Releases: sharecjs/sharec
Releases · sharecjs/sharec
v3.2.1
v3.2.0
v3.1.1
v3.1.0
v3.0.0
This release changes sharec usage at all.
Now it contains less magic and it's much more stable.
Features:
- Detailed re-think of each package inside the project
.d.tsgeneration and better documentation for the whole code base- Multi-configuration support – now you can decompose you configs and install
some of them in favor of bloat packages (sharec.configsfield in
package.json) semaphoreas new and predictable abstration to control the flowhooksto customizesharecoutput- Lockdata – to handle, which version was already installed to the project
(sharec.lockedfield inpackage.json) - Stable tests on all popular platforms (
window,linux,osx) with
snapshots. Much reliable and stable tests
Breaking changes:
sharecisn't fully automated tool anymore. You should describe all your
configuration packages and execute the program manually- Formatting steps were removed in favor of custom hooks and simple, solid core
silent,overwrite,debug,include,interactiveCLI options were
deprecated- Configuration package doesn't need
sharecas dependency anymore - Target package requres sharec as dependency (it can be installed globally,
though) sharec-nanomatchremoved
v3.0.0-alpha
Merge branch 'develop' of github.com:lamartire/sharec into develop