Skip to content
This repository has been archived by the owner on Feb 9, 2023. It is now read-only.

Releases: MeltwaterArchive/makenew-node-lib

v2.3.3

29 Aug 00:08
Compare
Choose a tag to compare
  • Add git and openssh to alpine builds.
  • Add better logging to publish.sh.
  • Use branch filters on publish step.

v2.3.2

27 Aug 20:35
Compare
Choose a tag to compare
  • Use CI_ prefix in envvars.sh.

v2.3.1

24 Aug 01:59
Compare
Choose a tag to compare
  • Do not show help in envvars.sh when noninteractive.

v2.3.0

24 Aug 01:17
Compare
Choose a tag to compare
  • Remove DEFAULT_NPM_TEAM.
  • Add help to envvars.sh.
  • Update and streamline boot strapping process.
  • Add note about bunyan to examples README.
  • Add npm to Installation section.

v2.2.0

24 Aug 00:55
Compare
Choose a tag to compare
  • Remove dependency on @meltwater/mlabs-logger.
  • Add error case to example.

v2.1.1

24 Aug 00:54
Compare
Choose a tag to compare
  • Add defaultOptions to examples.

v2.1.0

24 Aug 00:54
Compare
Choose a tag to compare
  • Fix then / catch in examples README.
  • Add NPM_TEAM grant step in CircleCI build.
  • Update AVA to 0.22.0.
  • Update envvars.sh.
    • Only update circleci env vars if given.
    • Update help info.
    • Add noninteractive mode.
    • Check for CircleCI token.

v2.0.1

24 Aug 00:52
Compare
Choose a tag to compare
  • Add TODO comments.
  • Do not use function keyword in envvars.sh.
  • Do not use function keyword in examples.

v2.0.0

04 Aug 22:00
Compare
Choose a tag to compare
  • Only run yarn run build on yarn 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, and fixtures paths.
    • Add util.promizify.
  • 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 and tmp to .gitignore.

v1.5.1

15 Jul 23:36
Compare
Choose a tag to compare
  • Use yarn install --pure-lockfile on CI