frontend/.pnpm-store/v3/files/e3/aa483c0c7ef20eccc808d7590c35341ba088f91a5c3fd30d7c1dab2898db6a689ab2652774c2c8c369378d98901ca4d8f750710aa1f8b0f75224a3724c7fbe

51 lines
1.5 KiB
Plaintext

0.1.0 / 2014-05-11
==================
* Merge branch 'master' of github.com:Jxck/assert
* fix captureStackTrace #8
* add compatible node version to README.md
* add lint to test/index-amd.html to test/index.html
* update to Node v0.11.10
* Merge pull request #7 from DavidBruant/patch-1
* ! is as good as !!!
* Merge pull request #6 from remy/master
* Attempt to get captureStackTrace support in other browsers
* Merge pull request #4 from OscarGodson/master
* Typo in package.json
* Add package.json file so it can be used with NPM
* add Object_keys from deep-equal for fix #3
* update to Node v0.9.9 assert.js
* update to 0.9.5
* remove require.js src file from test
* Merge pull request #2 from shovon/amd-support
* Added amd support.
0.0.2 / 2014-01-17
==================
* Switching component.json to bower.json to avoid deprecation warnings
0.0.1 / 2012-12-06
==================
* added component.json for bower
* add Object.create comatibile for issue #1
* update assert to v0.8.1
* fix README.md
* to make it perfect: s/the both-sides/both sides/
* Assert to assert
* updates README
* add README.md
* add index.html for browser test
* fix replace for browser
* mod copyright
* add common object instead of require('common')
* semmicolon
* add test-assert.js
* remove case of buffer(browser dosen't has)
* define util.inherits instead of require('util')
* export assert to global or module
* modefy license
* initial commit