Skip to content

Latest commit

 

History

History
41 lines (25 loc) · 878 Bytes

CHANGELOG.md

File metadata and controls

41 lines (25 loc) · 878 Bytes

CHANGELOG

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


Versions


Next Version

API Breaking Changes

N/A

Enhancements

N/A

Bugfixes

N/A


API Breaking Changes

  • Updated to FirebaseDatabase 4.0.0 and FirebaseStorage 2.0.0.
  • All Nora types are now prefixed with NR to prevent Firebase 3 naming collisions. #25 by @SD10

Bugfixes

  • Empty String path for DatabaseTarget & StorageTarget now uses baseReference. #20 by @SD10

  • Initial Release