### 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"``` | ##### 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)