Releases: tfso/js-enumerable
Releases · tfso/js-enumerable
v0.4.10
What's Changed
- bugfix/Iteration of several operators by @lostfields in #26
- chore/Updating actions by @lostfields in #27
Full Changelog: v0.4.8...v0.4.10
v0.4.6
What's Changed
- bugfix/IN operator with single value by @lostfields in #18
- bugfix/OData date by @lostfields in #19
- bugfix/Handling optional/nullable values for OData by @lostfields in #13
- chore/Build grammar by @lostfields in #21
- chore/Replacing pegjs with peggy by @lostfields in #22
- bugfix/Escaping of slash by @lostfields in #23
Full Changelog: v0.4.0...v0.4.6
v0.4.0
What's Changed
- feature/Logical IN expression PAPI-1070 by @lostfields in #16
Full Changelog: v0.3.4...v0.4.0
Rewrite
Fixing naming issues + updating dependencies
Rewrite
naming change from rewriteValue
to convert
for rewrite
Rewrite
v0.4.0-rc.2 trying to public prerelease to npm
Rewrite
v0.4.0-rc.1 new build and release
v0.3.1
making it possible to omit fields from 'create' in repository
v0.3.0
adding toString to where operator, using expression-visitor to transform an expression to OData
v0.2.0
adding sets
to Where operator