Closed renkun-ken closed 9 years ago
All function names like list.something will be changed to listSomething, which complies CamelCase standard and avoid potential method clash.
list.something
listSomething
Old functions will be deprecated in version 1.0.
Such massive API break, if necessary, deserves a new package.
All function names like
list.something
will be changed tolistSomething
, which complies CamelCase standard and avoid potential method clash.Old functions will be deprecated in version 1.0.