CHANGELOG.md 1.6 KB

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"
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
2.4-erl19