mirror of
https://github.com/chaijs/chai
synced 2024-11-14 15:57:10 +00:00
Release 1.0.2
This commit is contained in:
parent
eb6453a5ca
commit
1b89af7114
4 changed files with 17 additions and 3 deletions
14
History.md
14
History.md
|
@ -1,4 +1,18 @@
|
|||
|
||||
1.0.2 / 2012-05-26
|
||||
==================
|
||||
|
||||
* Merge pull request #67 from chaijs/chaining-and-flags
|
||||
* Browser build.
|
||||
* Use `addChainableMethod` to get away from `__proto__` manipulation.
|
||||
* New `addChainableMethod` utility.
|
||||
* Replace `getAllFlags` with `transferFlags` utility.
|
||||
* browser build
|
||||
* test - get all flags
|
||||
* utility - get all flags
|
||||
* Add .mailmap to .npmignore.
|
||||
* Add a .mailmap file to fix my name in shortlogs.
|
||||
|
||||
1.0.1 / 2012-05-18
|
||||
==================
|
||||
|
||||
|
|
2
chai.js
2
chai.js
|
@ -1183,7 +1183,7 @@ var used = []
|
|||
* Chai version
|
||||
*/
|
||||
|
||||
exports.version = '1.0.1';
|
||||
exports.version = '1.0.2';
|
||||
|
||||
/*!
|
||||
* Primary `Assertion` prototype
|
||||
|
|
|
@ -11,7 +11,7 @@ var used = []
|
|||
* Chai version
|
||||
*/
|
||||
|
||||
exports.version = '1.0.1';
|
||||
exports.version = '1.0.2';
|
||||
|
||||
/*!
|
||||
* Primary `Assertion` prototype
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
"Veselin Todorov <hi@vesln.com>",
|
||||
"John Firebaugh <john.firebaugh@gmail.com>"
|
||||
],
|
||||
"version": "1.0.1",
|
||||
"version": "1.0.2",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/chaijs/chai"
|
||||
|
|
Loading…
Reference in a new issue