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