Skip to content

Latest commit

 

History

History
35 lines (28 loc) · 1.14 KB

File metadata and controls

35 lines (28 loc) · 1.14 KB

Change Log

All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning.

This CHANGELOG follows conventions outlined here.

Changed

  • Fixed ordering of options processing to emulate _.defaults

Removed

  • Production bundle dependency on lodash by @jrhusney

Added

  • Changed existing unit tests to static tests by @jrwells
  • Completed the full unit test suite by @jrwells
  • Fixed route error handling by @jrwells

Added

  • Added first suite of unit tests by @jrwells
  • Fixed .create route, no longer hardcoded to meetings.create

v0.0.1

Added

  • Initial code import by @jrwells
  • Babel build configuration and package setup by @jrhusney
  • Initial documentation by @jrhusney