Skip to content

Releases: sellersindustry/SherpaJS

1.3.1

24 May 15:22
2e552c0
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.3.0...1.3.1

1.3.0 - Public Assets & HTML Rendering

23 May 14:13
dc823da
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.2.2...1.3.0

1.2.2 - New Server Generic Type Fix 🔧

23 Apr 18:57
98bdc77
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.2.1...1.2.2

1.2.1 - Vercel Build Issues

23 Apr 17:18
2f0ef6c
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.2.0...1.2.1

1.2.0 - Environment Variables 👍

23 Apr 15:21
8d69386
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.1.2...1.2.0

1.1.2 - Fix Vercel External Deps Issues

02 Apr 15:25
9bd432b
Compare
Choose a tag to compare

What's Changed

New Contributors

  • @rhit-bowerirn made their first contribution in #63

Full Changelog: 1.1.1...1.1.2

1.1.1 - Fixed Context Schema Export

29 Mar 19:06
ac67bf9
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.1.0...1.1.1

1.1.0 - Improved Module Loader 📦

29 Mar 17:48
665f82d
Compare
Choose a tag to compare

What's Changed

  • Improved Module Loader by @SellersEvan in #56
    • Import modules endpoints using ESM imports and namespace.load(context).
    • Supporting plan for modules to export methods, for others to use (untested).
    • Improved method for linting context.
    • Improved method for getting context at runtime.
  • Added Ability to Load Env Variables by @SellersEvan in #45
  • Added Environment Files Verification by @SellersEvan in #50
  • Added Server Initialize Context Generic Type by @SellersEvan in #52
  • Fixed NPM Resolve Issues by @SellersEvan in #42
  • Fixed BodyType Enumerator Export by @SellersEvan in #51
  • Fixed Multiple Path Parameters per Segment by @SellersEvan in #54
  • Fixed Trailing Slash Request URL by @SellersEvan in #55
  • Update Documentation by @SellersEvan in #41
  • Updated Documentation for Creating a Module and the Pacakge.json File by @SellersEvan in #43

Full Changelog: 1.0.4...1.1.0

1.0.4 - Request Parameters Class

27 Mar 01:05
19d555e
Compare
Choose a tag to compare
  • Replaced parameters dictionary with class for path and query parameters. Fixing issues with parameters being either arrays or primitive.
  • Merged Request Utilities into parameters class for parsing parameters.
  • Improved environment exporting structure.
  • Updated documentation reflecting parameters class.

What's Changed

Full Changelog: 1.0.3...1.0.4

1.0.3 - Module Context Type Checking Fixed

26 Mar 17:40
57730d1
Compare
Choose a tag to compare
  • Updated dependencies of package.json to fix node types not shipping in production.
  • Renamed local bundler from Local -> local
  • Fixed module context type checking issues
  • Fixed code linting issues

What's Changed

Full Changelog: 1.0.2...1.0.3