CHANGELOG.md 2.8 KB

Versions history

6.6.3-erl19
  • 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"
<<"method">> post "post"
<<"enctype">> 'application/x-www-form-urlencoded' "application/x-www-form-urlencoded"
<<"enctype">> 'multipart/form-data' "multipart/form-data"
<<"enctype">> 'text/plain' "text/plain"
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