Skip to content

Releases: saplingjs/sapling

0.2.1

29 Mar 20:16
v0.2.1
ce76fb7
Compare
Choose a tag to compare
0.2.1 Pre-release
Pre-release

Breaking Changes

  • The format of /data queries has changed to allow inclusion of metadata (such a record count). The actual data is now in a data property of the top-level object.
  • Memory driver now implements options it did not before, which may lead to unexpected behaviour

What's Changed

Full Changelog: v0.2.0...v0.2.1

0.2.0

28 Oct 17:14
v0.2.0
706802d
Compare
Choose a tag to compare
0.2.0 Pre-release
Pre-release

Breaking Changes

  • Swapped Express for tinyhttp
    • TinyHTTP should be largely 1:1 Express compatible, but some edge case incompatibilities may remain
    • 36% improvement in performance as a result

What's Changed

Full Changelog: v0.1.4...v0.2.0

0.1.4

04 Apr 20:04
v0.1.4
786b87b
Compare
Choose a tag to compare
0.1.4 Pre-release
Pre-release

Fixes around limiting and sorting data API read operations.

Fixes

  • #170 Separate skip from limit
  • #165 Implement aliases for sort
  • #164 Add default limit for db sort

0.1.0

25 Mar 20:19
v0.1.0
b982574
Compare
Choose a tag to compare
0.1.0 Pre-release
Pre-release

The initial release of the Sapling framework!

Features that make for faster-than-light web development in Node.js:

  • Intuitive API for basic CRUD operations ready to use with zero setup
  • Routing, database schema, validation rules, access control and hooks all defined in simple JSON
  • User authentication out of the box
  • Supports Nunjucks and MongoDB (as optional dependencies)