Skip to content

Releases: lupomontero/porch

v2.0.1

05 Jun 20:22
Compare
Choose a tag to compare

Changelog

  • 930085d chore(cd): Removes Node.js 12.x from build matrix
  • 26afe92 chore(pkg): Actualiza dependencias
  • 681a457 chore(deps): bump json5 from 1.0.1 to 1.0.2
  • df8b952 fix(ci): Adds Node v18.x to CI build
  • 6111609 chore(pkg): Updates deps

v2.0.0

08 Mar 00:40
Compare
Choose a tag to compare

Changelog

  • 615b1b8 feat(build): Adds browser dist dir
  • d31813a chore(babel): Moves babel config to package.json
  • cda973c doc(import): Update docs with ES Module syntax
  • 62cdfd8 test(createStream): Use stream instead of node:stream in import to prevent babel issues
  • 85a43b7 chore(pkg): Bumps version to 2.0.0-alpha.0
  • 4ea5460 feat(pkg): ⚠️ BREAKING CHANGES - Refactored as ES Module
  • 8ff289e feat(ci): Fixes coveralls badge url
  • 47b9d18 feat(ci): Adds coveralls step to GitHub Actions workflow
  • 3201ba7 chore(ci): Replaces Travis with GitHub Actions
  • 98aab14 chore(pkg): ⚠️ BREAKING CHANGE - Removes support for Node.js v10.x
  • a22be45 feat(ci): Adds GitHub Actions Workflow
  • 7d82d5e fix(createStream): Dont wait for next empty batch in order to emit end event
  • 2bbce74 feat(test): Adds --verbose flag to test script
  • ae92ae4 chore(pkg): Updates deps
  • fd52e66 chore(doc): Replaces master with main