### Versions history ##### new version * change elements keys (attributes keys): | attrib | new_key | old_key | | --- | --- | --- | | ```<<"dir">>``` | ```ltr``` | ```"ltr"``` | | ```<<"dir">>``` | ```rtl``` | ```"rtl"``` | | ```<<"dir">>``` | ```auto``` | ```"auto"``` | | ```<<"preload">>``` | ```auto``` | ```"auto"``` | | ```<<"preload">>``` | ```none``` | ```"none"``` | | ```<<"preload">>``` | ```metadata``` | ```"metadata"``` | | ```<<"hidden">>``` | ```true``` | ```"hidden"``` | | ```<<"translate">>``` | ```true``` | ```"yes"``` | | ```<<"translate">>``` | ```false``` | ```"no"``` | | ```<<"type">>``` | ```command``` | ```"command"``` | | ```<<"type">>``` | ```radio``` | ```"radio"``` | | ```<<"type">>``` | ```checkbox``` | ```"checkbox"``` | | ```<<"type">>``` | ```toolbar``` | ```"toolbar"``` | | ```<<"type">>``` | ```context``` | ```"context"``` | | ```<<"kind">>``` | ```subtitles``` | ```"subtitles"``` | | ```<<"kind">>``` | ```captions``` | ```"captions"``` | | ```<<"kind">>``` | ```descriptions``` | ```"descriptions"``` | | ```<<"kind">>``` | ```chapters``` | ```"chapters"``` | | ```<<"kind">>``` | ```metadata``` | ```"metadata"``` | | ```<<"shape">>``` | ```rect``` | ```"rect"``` | | ```<<"shape">>``` | ```circle``` | ```"circle"``` | | ```<<"shape">>``` | ```poly``` | ```"poly"``` | | ```<<"shape">>``` | ```default``` | ```"default"``` | | ```<<"wrap">>``` | ```hard``` | ```"hard"``` | | ```<<"wrap">>``` | ```soft``` | ```"soft"``` | ##### 6.6.2-erl19 * unwrap: ``` nitro:jse/1 -> nitro:js_escape/1 nitro:hte/1 -> nitro:html_encode/1 nitro:actions/0 -> erlang:get(actions) nitro:actions/1 -> erlang:put(actions, Actions) nitro:script/0 -> erlang:get(script) nitro:script/1 -> erlang:put(script, Script) nitro:state/1 -> erlang:get(Key) nitro:state/2 -> erlang:put(Key, Value) nitro:config/3 -> application:get_env/3 ?CTX -> erlang:get(context) ``` * mv nitro_conv > nitro module * mv redirect to n2o (n4u) * mv work with cookies to n2o (n4u) * mv q/1,2 and qc/1,2 to n2o (n4u) ##### 6.6.1-erl19 * update to 6.6.1 tag by [@5HT Maksym Sokhatskyi/Namdak Tönpa](https://github.com/5HT) * with code formatting etc ##### 2.4-erl19 * original [2.4 tag](https://github.com/synrc/nitro/tree/refs/tags/2.4) [[t]](https://github.com/synrc/nitro/tree/3d5247afa7649158ee5a54d51ca5fa88bc0293eb) from [https://github.com/synrc/nitro](https://github.com/synrc/nitro) by [@5HT Maksym Sokhatskyi/Namdak Tönpa](https://github.com/5HT)