Releases: scola84/lib
Releases · scola84/lib
v21.0.2
21.0.2 (2021-06-26)
Bug Fixes
bin: prevent error if no command is given (7b04877 )
v21.0.1
21.0.1 (2021-06-26)
Bug Fixes
sql: prevent errors when running populate multiple times (f99018f )
sql: set password correctly in PostgresqlDatabase (599b9a0 )
v21.0.0
21.0.0 (2021-06-26)
Bug Fixes
sql: catch de/populate errors (ea57eb9 )
Features
sql: improve database constructors, with consistent async start/stop (0d3e691 )
BREAKING CHANGES
sql: The signature of the database has changed.
v20.0.0
20.0.0 (2021-06-25)
Features
queue: improve factory methods for queue entities (f3d6839 )
queue: return the pipeline (8d997fd )
BREAKING CHANGES
queue: factory methods require a partial entity as argument.
v19.0.0
19.0.0 (2021-06-24)
Features
remove data from mysql and postgres (in .docker and bin) (b1b2542 )
client: use new lit package (e38ec40 )
fastify: move plugins to object (971dc53 )
queue: remove task and item (79c7e0c )
redis: remove ZScanner (6f82021 )
sql: remove tokens (73d84d7 )
BREAKING CHANGES
Data is loaded from a different entrypoint and
bin subcommands nog longer exist.
redis: The ZScanner no longer exists.
fastify: The plugins are grouped to one property.
sql: The databases and connections no longer have
dialect-specific tokens.
client: Symbols of lit are no longer exported.
queue: Queues no longer use tasks and items.
v18.3.1
18.3.1 (2021-06-14)
Bug Fixes
sql: move INSERT/DELETE directly into populate/depopulate methods (cb7d47b )
v18.3.0
18.3.0 (2021-06-14)
Features
queue: make arguments of factory functions optional (df4d266 )
v18.2.0
18.2.0 (2021-06-12)
Features
bin: export Entities as interface in sql-ts (c3328d9 )
sql: add de/populate method to database/connection (9234832 )
v18.1.1
18.1.1 (2021-06-03)
Bug Fixes
tsconfig: restore rootDir reference in src (596934e )
v18.1.0
18.1.0 (2021-06-03)
Bug Fixes
queue: provide the previous queue run id in an object (4e538c9 )
Features
sql: implement a class to format simple CRUD queries (1a532b5 )
You can’t perform that action at this time.