- README updates, thanks @moxiegirl! #25
- Fixes the
radiks-server
bin command, #16
- All code from the
v1.0.0
betas has been made backwards compatible, so we're publishing these changes asv0.2.0
. - Port to Typescript (Thanks @pradel)
- Automatically reconnect to MongoDB if the connection was closed
- Fixed a bug around validating models before saving them
- Fix from @pradel around validating models before saving them. #20
- Adds configuration to automatically try reconnecting to MongoDB if the connection was destroyed
- Updated
radiks-server
bin file to use correct path, which was broken during the TypeScript merge
- Ported existing codebase to Typescript. Thanks to @pradel!
- Fixed CORS error blocking DELETE requests
- Added route to return count of models for a certain query, thanks to @pradel [#9]
- Update blockstack.js to v19.2.1
- Fixed an issue caused when fixing eslint errors from the maxLimit PR
- Support for adding a
maxLimit
configuration to radiks, so that you can limit the maximum number of records that can be fetched from the API. Thanks to @pradel for their contribution!
- Added support for deleting models
- Fixes a bug where saving data wouldn't work in Firefox. This was due to Firefox not accepting a wildcard (
*
) for theAccess-Control-Allow-Headers
response header.- New allowed headers:
origin
,content-type
- New allowed headers: