v0.8.4.15.CORE.0.8.3.5
bbalganjjm
released this
13 May 07:33
·
990 commits
to master
since this release
Natural-ARCHITECTURE v0.8.0.8
- Code cleanup by jshint
- Change feature of Communicator.request
- when the type is "GET", The query string was not a query string format of key, value pairs. that was just json text
ex) www.abc.com?{a:"a",b:"b",c:"c"}
-> When the type is "GET" and the parameter is json format, it will be assigned to "q" key and it will be encoded value
ex) www.abc.com?q=%7Ba:%22a%22,b:%22b%22,c:%22c%22%7D - contentType is changed from "application/x-www-form-urlencoded" to "text/html; charset=UTF-8" when loading the html type
- request type is changed to an unconditional "GET" when loading the html type
- when the type is "GET", The query string was not a query string format of key, value pairs. that was just json text
Natural-CORE v0.8.3.4
- Code cleanup by jshint
- N.isWrappedSet function is checked in more detail
- N.type's codes changed
- Remove json2.js library
Natural-DATA v0.8.1.13
- Code cleanup by jshint
Natural-UI v0.8.4.15
- Code cleanup by jshint
natural.ui.css
- Change padding value of N.alert's title box
- from 6px to 10px
- Change padding value of N.alert's contents box
- from 0 to 10px