Skip to content

Latest commit

 

History

History
95 lines (53 loc) · 1.88 KB

CHANGES.md

File metadata and controls

95 lines (53 loc) · 1.88 KB

mite-rb Changelog

0.5.4 / 2023-02-20

  • Changed default API domain from *.mite.yo.lk to *.mite.de

0.5.3 / 2013-11-28

  • Fixed issue with error format returned from mite

0.5.2 / 2013-11-27

  • Fixed issue with activeresource 4: always include json root
  • Removed not needed method from Base class

0.5.1 / 2013-01-14

  • Fixed issue with activeresource 3.2 when creating time entry

0.5.0 / 2012-12-11

  • Fixed Mite::Tracker for activeresource >= 3.1.0 [#5]
  • From now on only support activeresource >= 3.1.0

0.4.5 / 2012-11-28

  • Fixed support for activesupport > 3.0.9 [#4]

0.4.4 / 2012-04-03

  • Fixed some ruby warnings

0.4.3 / 2012-03-29

  • The mite.api can only be accessed over HTTPS from now on

0.4.2 / 2012-02-22

  • Fixed require issue with Mite::VERSION

0.4.1 / 2012-02-01

  • Fixed Mite.version

0.4.0 / 2012-01-31

  • Default to https
  • Removed jeweler release dependency; now using bundler
  • Depends now on activeresource >= 2.3.14; fixed issue with Ruby 1.9

0.3.0

  • Added User-Agent

0.2.4

  • Added new resource Mite::TimeEntry::Bookmark (read only)
  • Some cleanup.

0.2.3

  • Fixed bug when using Project#name_with_customer on project without customer.

0.2.2

  • Added Project#name_with_customer for best practice/convenience

0.2.1

  • Added archived and active collection-methods to Customer, Project, Service and User

0.2.0

  • Added singleton resources account and myself (current authenticated user)
  • Removed depreciated undo method
  • Do not require rubygems
  • Added Method to validate the connection to mite

0.1.0

  • Use absolute classes to prevent collision with other classes

0.0.3

  • Fixed wrong domain name (old one for testing removed)

0.0.2

  • Added tracker-resource and methods on time_entry
  • Fixed tiny datetimebug
  • Dependency of activeresource 2.3.2 and activesupport 2.3.2

0.0.1

  • Initial Version