This repository has been archived by the owner on Jan 28, 2018. It is now read-only.
Releases: itskingori/annotator_store-gem
Releases · itskingori/annotator_store-gem
Version 1.0.0
- Drop complexity brought in by UUIDs (makes it easier to handle MySQL & PostgreSQL).
Version 1.0.0.pre
- Rename gem from
annotator-store
toannotator_store
- Fix issue with explicit require needed in main application (see issue #6)
Version 0.4.0
- Add support for MySQL
Version 0.3.0
- Change create endpoint to respond with
201 CREATED
- Test support for Ruby
>= 1.9.3
. - Test support for Rails
>= 4.0
.
Version 0.2.0
- Add required files to gemspec
- Add CRUD (create, read, update and delete) endpoints
- Add search endpoint with filter support for uri
- Included tests for routes, requests, models and controllers
Ps: Though this gem is pretty functional at this point, I'll still mark it as pre-release until I'm 101% it works ... then I'll bump it up to v1.0.0.
Version 0.1.0
- Create index page with description of API.
- Add annotation functionality & create necessary endpoints
Version 0.0.1
Initial release, to lock the gem name ... by v1.0.0 we should have a version
ready for deployment in production environment.
- Initialise the project
- Create structure