UNPKG

781 BMarkdownView Raw
1mout changelog
2==============
3
4v0.2.0
5------
6
7 - fix bug in `math/ceil` for negative radixes.
8 - change `object/deepFillIn` and `object/deepMixIn` to recurse only if both
9 existing and new values are plain objects. Will not recurse into arrays
10 or objects not created by the Object constructor.
11 - add `lang/isPlainObject` to check if a file is a valid object and is created
12 by the Object constructor
13 - change `lang/clone` behavior when dealing with custom types (avoid cloning
14 it by default) and add second argument to allow custom behavior if needed.
15 - rename `lang/clone` to `lang/deepClone`.
16 - add VERSION property to index.js
17 - simplify `math/floor`, `math/round`, `math/ceil` and `math/countSteps`.
18
19
20v0.1.0
21------
22
23- Rename project from "amd-utils" to "mout"
24