Skip to content

Latest commit

 

History

History
44 lines (36 loc) · 1.08 KB

CHANGELOG.md

File metadata and controls

44 lines (36 loc) · 1.08 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

  • for new features

Changed

  • for changes in existing functionality

Deprecated

  • for soon-to-be removed features

Removed

  • for now removed features

Fixed

  • for any bug fixes

Security

  • in case of vulnerabilities

1.0.0 - 2017-11-26

Added

  • Sansa and SansaMemory async/await classes
  • Test coverage with istanbul
  • CHANGELOG.md to track changes

Changed

  • .gitignore to GitHub provided for Node projects
  • README.md documentation on sansa classes

Removed

  • Arya and AryaMemory callback classes
  • Proxy constructor support
  • Silly example code

0.4.0 - 2016-02-21

Changed

  • API calls refactored to async callback

Removed

  • API calls with sync return