Releases: ciatph/csv-firestore
Releases · ciatph/csv-firestore
csv-firestore_v1.1.1
Summary
January 25, 2025
- Feat: publish to the NPM registry with provenance, #18
- Chore: create a Code of Conduct, #19
- Chore: create a Contributing guide
- Chore: create a Security policy
- Chore: create Issues and Feature Request templates
- Chore: create a license file
- Chore: update package.json:
- Set engines (node: >=16.14.2, npm: >+8.5.0)
- Update license type
- Chore: exclude unnecessary files in the .npmignore file
What's Changed
- feat: update community standards checklist by @ciatph in #21
- feat: publish npm package with provenance by @ciatph in #22
- v1.1.1-alpha.1 by @ciatph in #23
- v1.1.1 by @ciatph in #24
Full Changelog: v1.1.0...v1.1.1
csv-firestore_v1.1.0
Summary
February 7, 2023
- Escape the firebase private key
What's Changed
Full Changelog: v1.0.9...v1.1.0
csv-firestore_v1.0.9
Summary
- Re-install dependencies using NodeJS v16.14.2
- Configure eslint standard
- Create a workflow for linting files on push to any branch
- Make firebase-admin's
db
andadmin
objects accessible from theFirestoreData
class. Checkout /examples/example-firestore.js for more details.const { FirestoreData } = require('csv-firestore') const Firestore = new FirestoreData() // Firestore DB Firestore.db // Firebase admin Firestore.admin
What's Changed
Full Changelog: v1.0.8...v1.0.9
csv-firestore_v1.0.8
Updates
- Fix for Issue #4 - Use Actions to deploy on npm registry
- Update examples on README
csv-firestore_v1.0.7
Updates
- Fix for Issue #6 - Error: cannot find module './lib/classes/CsvToFirestore'
csv-firestore_v1.0.6
Updates
- Add CSV parsing examples
- Expose ParserCSV and FirebaseData classes to module.exports
const { CsvToFireStore, ParserCSV, FirestoreData } = require('csv-firestore')
csv-firestore_v1.0.5
Updates
- Rename repository and package to
csv-firestore
- Minor README updates
- Minor package.json updates
csv-to-firestore_v1.0.0
Initial release.