Initial commit
[yaffs-website] / node_modules / extend / CHANGELOG.md
1 3.0.0 / 2015-07-01
2 ==================
3   * [Possible breaking change] Use global "strict" directive (#32)
4   * [Tests] `int` is an ES3 reserved word
5   * [Tests] Test up to `io.js` `v2.3`
6   * [Tests] Add `npm run eslint`
7   * [Dev Deps] Update `covert`, `jscs`
8
9 2.0.1 / 2015-04-25
10 ==================
11   * Use an inline `isArray` check, for ES3 browsers. (#27)
12   * Some old browsers fail when an identifier is `toString`
13   * Test latest `node` and `io.js` versions on `travis-ci`; speed up builds
14   * Add license info to package.json (#25)
15   * Update `tape`, `jscs`
16   * Adding a CHANGELOG
17
18 2.0.0 / 2014-10-01
19 ==================
20   * Increase code coverage to 100%; run code coverage as part of tests
21   * Add `npm run lint`; Run linter as part of tests
22   * Remove nodeType and setInterval checks in isPlainObject
23   * Updating `tape`, `jscs`, `covert`
24   * General style and README cleanup
25
26 1.3.0 / 2014-06-20
27 ==================
28   * Add component.json for browser support (#18)
29   * Use SVG for badges in README (#16)
30   * Updating `tape`, `covert`
31   * Updating travis-ci to work with multiple node versions
32   * Fix `deep === false` bug (returning target as {}) (#14)
33   * Fixing constructor checks in isPlainObject
34   * Adding additional test coverage
35   * Adding `npm run coverage`
36   * Add LICENSE (#13)
37   * Adding a warning about `false`, per #11
38   * General style and whitespace cleanup
39
40 1.2.1 / 2013-09-14
41 ==================
42   * Fixing hasOwnProperty bugs that would only have shown up in specific browsers. Fixes #8
43   * Updating `tape`
44
45 1.2.0 / 2013-09-02
46 ==================
47   * Updating the README: add badges
48   * Adding a missing variable reference.
49   * Using `tape` instead of `buster` for tests; add more tests (#7)
50   * Adding node 0.10 to Travis CI (#6)
51   * Enabling "npm test" and cleaning up package.json (#5)
52   * Add Travis CI.
53
54 1.1.3 / 2012-12-06
55 ==================
56   * Added unit tests.
57   * Ensure extend function is named. (Looks nicer in a stack trace.)
58   * README cleanup.
59
60 1.1.1 / 2012-11-07
61 ==================
62   * README cleanup.
63   * Added installation instructions.
64   * Added a missing semicolon
65
66 1.0.0 / 2012-04-08
67 ==================
68   * Initial commit
69