Skip to content

Releases: inngest/inngest-js

v0.7.0 - Trigger cron job button from debug landing page

31 Oct 20:12
Compare
Choose a tag to compare

v0.6.1

26 Oct 12:14
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.6.0...v0.6.1

v0.6.0

20 Oct 23:04
Compare
Choose a tag to compare

This release includes a fresh landing page which allows you to test your functions by sending events directly to the dev server.

  • New dev server page
  • Fixed verbose "registered functions" logs

v0.5.3 - Fix missing port in Express, Add Node 14.x support

18 Oct 15:45
Compare
Choose a tag to compare

v0.5.1...v0.5.3

https://www.npmjs.com/package/inngest/v/0.5.3

Beta - Node 14.x support

16 Oct 20:42
Compare
Choose a tag to compare
Pre-release
  • Use replace for Node 14.x support cea40b8

v0.5.1...v0.5.2

v0.5.0

05 Oct 15:34
Compare
Choose a tag to compare

What's Changed

  • Ensure we use app as fn prefix with SDK-based functions by @tonyhb in #10
  • Ensure Inngest JSDoc conforms to new constructor method (object input) by @jpwilliams in #12
  • Add specific tsconfig.json for tests; ensure everything lints by @jpwilliams in #13
  • Add issue templates by @djfarrelly in #16
  • Add a landing page for local dev by @jpwilliams in #15

Full Changelog: v0.4.15...v0.5.0

v0.4.3

22 Sep 09:50
Compare
Choose a tag to compare
  • Fix version file being incorrect for published version eb340e9

v0.4.2...v0.4.3

v0.4.2

22 Sep 09:46
Compare
Choose a tag to compare
  • Simplify deploy tool to not rebuild multiple times 53670ec
  • Update README.md 7b1c474
  • Revert dist dir changes; this method of copying package.json is ugly eeccc09
  • Ensure versioning cleans the entire dist dir b523281
  • More complex build:copy script for annoying yarn publish dist 1fec9d7
  • Update README.md 56d103f
  • Update README.md 3908df2
  • Try not using a postbuild script if Yarn is going to be mean to it d25cb30

v0.4.1...v0.4.2

v0.4.1

21 Sep 18:35
Compare
Choose a tag to compare

v0.4.0...v0.4.1

v0.4.0

21 Sep 18:07
Compare
Choose a tag to compare
  • yarn publish seems to use the dist folder's dir as pwd e9c2126
  • Try using $PWD for build:copy 83cc8b7
  • Move back to original cp cmd cc6f87a
  • Set paths to be relative to dist dir e5d0742
  • Disable CI releases 156b973
  • Try individual copies; maybe CI is strange 7d157d3
  • Try cp without shx; drop Windows CI support c6baeb3
  • Add npm tag choice and git config b249fc3
  • Don't use env inside composite actions 6ecbbe6
  • Fake NODE_AUTH_TOKEN for CI steps 1ecac72
  • Require that local def has NODE_AUTH_TOKEN defined eb9be08
  • Try bypassing npm access checks d89c333
  • Re-order release types to default to patch 4ccdce5
  • Try manually editing .npmrc c78afc3
  • Try npx np to release via CI 9a002d2
  • Temporarily add --passWithNoTests for CI 9395032
  • Shift SDK to deploy/serve functions (#4) a94103c

v0.3.0...v0.4.0