2.3.0
* Fix RegExp coercion (Simon Ho) * Add support for RegExp operator (Simon Ho) * Add a test for nesting and/or (Raymond Feng)
This commit is contained in:
parent
1e2d0692b5
commit
12aa7d6485
10
CHANGES.md
10
CHANGES.md
|
@ -1,3 +1,13 @@
|
|||
2015-07-29, Version 2.3.0
|
||||
=========================
|
||||
|
||||
* Fix RegExp coercion (Simon Ho)
|
||||
|
||||
* Add support for RegExp operator (Simon Ho)
|
||||
|
||||
* Add a test for nesting and/or (Raymond Feng)
|
||||
|
||||
|
||||
2015-06-23, Version 2.2.2
|
||||
=========================
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "loopback-connector",
|
||||
"version": "2.2.2",
|
||||
"version": "2.3.0",
|
||||
"description": "Building blocks for LoopBack connectors",
|
||||
"keywords": [
|
||||
"StrongLoop",
|
||||
|
|
Loading…
Reference in New Issue