Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 1.03 KB

CHANGELOG.md

File metadata and controls

28 lines (22 loc) · 1.03 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

Added

  • More error handling when initializing Organization/Network/Device
  • Many more initialization tests

Fixed

  • ArgumentError raised when initializing network with no tags

0.0.1 - 2019-01-16

Added

  • API class for doing HTTP requests
  • Organization, Network, Device classes
  • Dashboard read access via methods like name, tags, networks, devices
  • Caching by default, add a '!' to force an API request
  • rspec testing for Ogranization/Network/Device classes with fixtures

Changed

  • name from meraki to dashbeautiful
  • version from 0.1.0 -> 0.0.1 to account for renaming and better follow semantic versioning