All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
- Entity: fix bad property mapping in predicate when only one argument
- Entity: manage correct properties in predicates
- fix Entity SQL SELECT default generation
- update
@rduk/configuration
to latest version (2.2.3)
- add toIterator method to EntityCollection
- add orderBy and orderByDesc to queryable
- update
jasmine
to latest version (3.2.0) - update
dotenv
to latest version (6.1.0) - update
coveralls
to latest version (3.0.3) - update
standard
to latest version (12.0.0)
- remove alias on DELETE
- manage distinct in queryable
- manage left join in queryable
- add custom toJSON method to BaseEntity
- add default mixins in default query provider
- update
@rduk/expression
to latest version (0.5.2) - update
dotenv
to latest version (6.0.0) @rduk/configuration
as peer dependency@rduk/errors
as peer dependency@rduk/logger
as peer dependency@rduk/provider
as peer dependency
- override Custom Entity constructor name
- standard refactoring
- update
@rduk/expression
to latest version (0.5.1) - update
@rduk/provider
to latest version (3.1.1) - update
coveralls
to latest version (3.0.1) - update
jasmine
to latest version (3.1.0) - update
standard
to latest version (11.0.1)
- refactoring
- update
@rduk/configuration
with latest version (2.2.0)
- add DeleteExpression
- add schema generation from JSON file
- update
@rduk/expression
with latest version (0.4.0)
- update
@rduk/expression
with latest version (0.3.1)
- add sql aggregate functions (min, max, avg, sum, count)
- fix QueryProvider type loading from configuration
- fix update sql generation: remove t0 alias from set part
- update
@rduk/expression
with latest version (0.3.0) - raise code coverage to 100%
- adopt
standard
style