You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

CHANGELOG.md 2.7KB

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