Releases: inngest/inngest-js
Releases · inngest/inngest-js
v0.7.0 - Trigger cron job button from debug landing page
What's Changed
- Add cron trigger button to landing page @djfarrelly in #33
Full Changelog: v0.6.1...v0.7.0
v0.6.1
What's Changed
- Prompt users to use
inngest-cli@latest
to avoid cached versions by @jpwilliams in #29 - Add generic handler tests using framework by @jpwilliams in #30
- Add
"inngest/redwood"
serve handler by @jpwilliams in #31
Full Changelog: v0.6.0...v0.6.1
v0.6.0
v0.5.3 - Fix missing port in Express, Add Node 14.x support
Beta - Node 14.x support
- Use replace for Node 14.x support cea40b8
v0.5.0
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
- Fix
version
file being incorrect for published version eb340e9
v0.4.2
- 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 annoyingyarn 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.0
yarn publish
seems to use the dist folder's dir as pwd e9c2126- Try using
$PWD
forbuild: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
withoutshx
; 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