Skip to content
This repository has been archived by the owner on Aug 1, 2023. It is now read-only.

Latest commit

 

History

History
66 lines (38 loc) · 2.5 KB

CHANGELOG.md

File metadata and controls

66 lines (38 loc) · 2.5 KB

Radiks-Server Changelog

0.2.3 - September 11th, 2019

0.2.2 - September 11th, 2019

  • README updates, thanks @moxiegirl! #25

0.2.1 - September 9th, 2019

  • Fixes the radiks-server bin command, #16

0.2.0 - July 26th, 2019

  • All code from the v1.0.0 betas has been made backwards compatible, so we're publishing these changes as v0.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

1.0.0-beta.3 - July 26th, 2019

  • Fix from @pradel around validating models before saving them. #20

1.0.0-beta.3 - July 22nd, 2019

  • Adds configuration to automatically try reconnecting to MongoDB if the connection was destroyed

1.0.0-beta.2 - July 22nd, 2019

  • Updated radiks-server bin file to use correct path, which was broken during the TypeScript merge

1.0.0-beta.1 - July 1st, 2019

  • Ported existing codebase to Typescript. Thanks to @pradel!

0.1.13 - June 22, 2019

  • Fixed CORS error blocking DELETE requests

0.1.12 - June 9th, 2019

  • Added route to return count of models for a certain query, thanks to @pradel [#9]
  • Update blockstack.js to v19.2.1

0.1.11 - April 5, 2019

  • Fixed an issue caused when fixing eslint errors from the maxLimit PR

0.1.10 - April 1, 2019

  • 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!

0.1.9 - March 25, 2019

  • Added support for deleting models

0.1.8 - March 1, 2019

  • Fixes a bug where saving data wouldn't work in Firefox. This was due to Firefox not accepting a wildcard (*) for the Access-Control-Allow-Headers response header.
    • New allowed headers: origin, content-type