Releases: smikhalevski/jointly
Releases · smikhalevski/jointly
v0.0.3
Changelog: v0.0.2...v0.0.3
-
Configuration file now should export an object with
tasks
field. -
Added
schema.json
that can be used to enable intellisense forjointly.config.json
. -
Renamed
id
tokey
,resolveStrategy
toresolveAfter
andrejectStrategy
torejectAfter
. -
Added support for ES6 configuration files
jointly.config.mjs
andjointly.config.ts
, requires NodeJS 23+.
v0.0.2
Changelog: v0.0.1...v0.0.2
- Better naming in API;
requried
was replaced withrejectStrategy
.
v0.0.1
Initial public release.