Skip to content
This repository has been archived by the owner on Jan 28, 2018. It is now read-only.

Releases: itskingori/annotator_store-gem

Version 1.0.0

28 Dec 17:17
Compare
Choose a tag to compare
  • Drop complexity brought in by UUIDs (makes it easier to handle MySQL & PostgreSQL).

Version 1.0.0.pre

28 Dec 15:56
Compare
Choose a tag to compare
Version 1.0.0.pre Pre-release
Pre-release
  • Rename gem from annotator-store to annotator_store
  • Fix issue with explicit require needed in main application (see issue #6)

Version 0.4.0

27 Dec 16:41
Compare
Choose a tag to compare
Version 0.4.0 Pre-release
Pre-release
  • Add support for MySQL

Version 0.3.0

27 Dec 10:34
Compare
Choose a tag to compare
Version 0.3.0 Pre-release
Pre-release
  • 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

03 Nov 09:23
Compare
Choose a tag to compare
Version 0.2.0 Pre-release
Pre-release
  • 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

20 Oct 12:29
Compare
Choose a tag to compare
Version 0.1.0 Pre-release
Pre-release
  • Create index page with description of API.
  • Add annotation functionality & create necessary endpoints

Version 0.0.1

09 Oct 11:48
Compare
Choose a tag to compare
Version 0.0.1 Pre-release
Pre-release

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