Releases: dylantientcheu/fireman
Releases · dylantientcheu/fireman
v0.5.0
What's Changed
- Upgrade to firebase 9.17.1 and Firebase admin to 11.5.0
v0.4.0
- Upgrade to firebase 9.13 and Firebase admin to 11.2.0 by @dylantientcheu in #10
- ✨ feat: Add count() function by @dylantientcheu in #11
- docs: add count() to docs by @dylantientcheu in #12
- chore: upgrade deps by @dylantientcheu in #13
- docs: provide information on id attribute by @dylantientcheu in #14
- chore: update deps by @dylantientcheu in #15
Full Changelog: v0.3.0...v0.5.0
v0.3.0
v0.2.0
⚠ Breaking changes
- switch to a class-based syntax for
get
,update
,delete
,add
- update the
get
function's query object
Features
- feat: add ability to setup a
fieldId
. read docs - refactor: add all previous
- types: fix return types on get
- types: update
FiremanQuery
type
What's Changed
- test: ✅ add tests by @blurdylan in #2
- docs: 📝 update documentation by @blurdylan in #3
- chore: 🔖 release v0.1.0 by @blurdylan in #4
- feat: ✨ switch to class syntax implementation by @blurdylan in #5
New Contributors
- @blurdylan made their first contribution in #2
Full Changelog: https://github.com/blurdylan/fireman/commits/v0.2.0