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

Releases: Chew/ShiftNoteRB

Beta 0.2.0 - I think I've got this

20 Jun 15:21
0e3eedb
Compare
Choose a tag to compare
Pre-release

This release contains 2 breaking changes!

ShiftNote#employee has been renamed to ShiftNote#user. ShiftNote#employee now instantiates an Employee object by ID.

CLASSES GOT RENAMED:
EmployeeOverviewViewModel -> Employee
ShiftViewModel -> Shift
ScheduleThisWeekViewModel -> ScheduleThisWeek

Added method ShiftNote#get_next_week_shifts to get next week's shifts from a specific day of the week.

Added method ShiftNote#cookie to get your cookie.

Documentation server is live! Check out the new documentation here. This rubydoc YARD server is for all my gems. All 2-ish of them.

Beta 0.1.0 - The Core

17 Jun 23:33
6381725
Compare
Choose a tag to compare
Beta 0.1.0 - The Core Pre-release
Pre-release

Welcome to the first release of ShiftNote for Ruby.

Log in with ShiftNote.new(username: [email], password: [pass])

Documentation can be found here.