This repository has been archived by the owner on Feb 9, 2023. It is now read-only.
Releases: MeltwaterArchive/makenew-node-lib
Releases · MeltwaterArchive/makenew-node-lib
v2.3.3
v2.3.2
v2.3.1
v2.3.0
v2.2.0
v2.1.1
v2.1.0
v2.0.1
v2.0.0
- Only run
yarn run build
onyarn run package
. - Test and example debugging support and documentation.
- Update CircleCI build.
- Run CircleCI tests on base images and alpine images.
- Separate test and publish jobs on CircleCI.
- Move
.circle.yml
to.circleci/config.yml
. - Add
.circleci/envvars.sh
for updating CircleCI environment variables. - Move CircleCI publish script to
.circleci/publish.sh
.
- Documentation updates.
- Improve README instructions.
- Expand testing section.
- Move example section to
examples/README.md
.
- Add sample integration test and fixtures.
- Add
test
, andfixtures
paths. - Add util.promizify.
- Add
- Example updates.
- Debugging support.
- Display examples with
yarn run example
. - Put example options in
envVars
constant. - Use
log
in example. - Lint examples.
- Support
data
path in linter. - Add
.npmrc
andtmp
to.gitignore
.