Releases: Jiansen/match-js
Releases · Jiansen/match-js
v1.5.5
<a name"1.5.5">
1.5.5 (2016-07-25)
Bug Fixes
- pattern return statement: allow undefined be the matched return value (7e7a308e)
v1.5.4
<a name"1.5.4">
1.5.4 (2016-07-21)
Bug Fixes
v1.5.3
<a name"1.5.3">
1.5.3 (2016-07-08)
Bug Fixes
- object pattern matching rule: in the pattern object, property with value undefined is ignored i (7f233714)
v1.5.2
<a name"1.5.2">
1.5.2 (2016-07-07)
Bug Fixes
- undefined check: a) undefined check in JS 2) when 2nd para is a function, only apply when extra (c37430d9)
v1.5.1
<a name"1.5.1">
1.5.1 (2016-07-07)
Bug Fixes
- build: build minimized version (7ca52fd5)
v1.5.0
<a name"1.5.0">
1.5.0 (2016-07-06)
Features
- API: support CASE(,,,) as an alias to array[,,,] close#2 (149f450b)
v1.4.3
<a name"1.4.3">
1.4.3 (2016-07-05)
Bug Fixes
- build: update out-dated packages, including eslint and corresponding es5 style issues (ae4f1f97)
- doc: devDependency badge (1516c99c)
v1.4.2
<a name"1.4.2">
1.4.2 (2016-07-05)
Bug Fixes
- doc: update readme, otherwise budges are not shown correctly on npm site (23ff5d43)
v1.4.1
<a name"1.4.1">
1.4.1 (2016-07-05)
Bug Fixes
- devDependency: update out-dated dev-dependency packages (d8b5e9ba)
v1.4.0
<a name"1.4.0">
1.4.0 (2016-07-03)
Bug Fixes
- dev: add coffecsript dependency to package.json (ea11aea3)
Features
- README: update READ me so that users are aware of the CoffeeScript usage example (1fa47531)
- coffeescript test: add coffeescript test (e9b485d9)
- pattern: add otherwise as alias to _, both matches everything (e3ac1170)