Skip to content

Commit

Permalink
Merge branch 'master' of github.com:visionmedia/should.js
Browse files Browse the repository at this point in the history
  • Loading branch information
btd committed Jan 10, 2014
2 parents 8d230fe + 6e5c644 commit 2f301cd
Show file tree
Hide file tree
Showing 34 changed files with 1,933 additions and 1,710 deletions.
14 changes: 14 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
3.0.0 / 2014-01-
==================

* Split everything to smaller files
* Added huge extension to .match and .matchEach. Thanks @alsotang for initial code and idea.
* Added .containDeep and .containEql
* Separate build for browser and node.js
* Basic plugin system
* Breaking change: .Object now do not fail on arrays
* Breaking change: Additional messages now replaces generated and do not added
* Breaking change: .keys now check as is - no keys in args means no keys in object
* Deprecated: assert extension
* Deprecated: .include and .includeEql

2.1.1 / 2013-12-05
==================

Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ test:
@./node_modules/.bin/mocha --ui exports --recursive $(TESTS)

browser:
@browserify lib/should.js -s should --dg false -o should.js
@browserify lib/browser.js -s Should --dg false -o should.js

.PHONY: test browser
Loading

0 comments on commit 2f301cd

Please sign in to comment.