Releases: melledijkstra/gas-fire
Releases · melledijkstra/gas-fire
v3.0.0 - Vite > Webpack + Fast & Stable Development
What's Changed
- Bump vite from 5.0.0 to 5.0.7 by @dependabot in #29
- Bump vite from 5.0.7 to 5.1.4 by @dependabot in #32
- Bump ip from 2.0.0 to 2.0.1 by @dependabot in #33
- Package Upgrades by @melledijkstra in #36
- Updated n26 columns with new export schema structure in config by @melledijkstra in #37
- Update node to v20 by @melledijkstra in #40
- Material React Table for Import Preview by @melledijkstra in #30
- chore: Update Packages by @melledijkstra in #41
- Add bundle analyzer to project by @melledijkstra in #42
- Fix amount parsing when transforming input data by @melledijkstra in #43
- Fix date issue adding time when importing when importing data by @melledijkstra in #44
- Convert webpack configuration into typescript by @melledijkstra in #45
- Use ES modules in order to optimize frontend bundles by @melledijkstra in #46
- Setup typescript for typescript type checking and code analysis (not emitting files) by @melledijkstra in #47
- Automatic categorization can now be triggered from the custom menu by @melledijkstra in #48
- Setup function that removes filter criterias and use it during import by @melledijkstra in #49
- Setup Logger class to help with logging in different environments by @melledijkstra in #53
- v3.0 Migration from Webpack to Vite by @melledijkstra in #54
Full Changelog: v2.0.0...v3.0.0
v2.0.0 - Storybook + vitest
What's Changed
- Remove configuration file by @melledijkstra in #19
- fix tsconfig by @melledijkstra in #20
- The Great Transformation by @melledijkstra in #21
- Delete macro as it is not needed anymore by @melledijkstra in #22
- Refactor and better organization server functions by @melledijkstra in #23
- PR to fix the build process, the server code is now generated correclty again by @melledijkstra in #25
- Update README.md by @melledijkstra in #27
- Setup tests with with vitest 🧪 by @melledijkstra in #26
- Setup Storybook 📖! by @melledijkstra in #24
- v2.0 Initial setup settings UI by @melledijkstra in #8
Full Changelog: 1.0.0...v2.0.0
v1.0.0: Streamlined Data Management for Google Sheets
I am excited to release the official v1.0.0 release of gas-fire, a Google Apps Script project equipped with a build process and integrated CI/CD pipeline. This milestone release offers functionality designed to enhance your data handling experience within Google Sheets.
As of this moment it needs a specific Google Sheets setup which will be revealed in a later stage.
Key Features:
- Advanced Import Strategy: Import transaction data from N26, Rabobank, and Openbank into Google Sheets. This system adeptly interprets exported files from these banks' official websites.
- Initial Category Rule Importer: The release includes a foundational version of the automatic category rule importer. While functional I am committed to evolve this feature to ensure scalability and adaptability to future requirements.
Stay tuned for ongoing updates and enhancements as I continue to refine gas-fire.
First release of stable version (alpha)
1.0.0-alpha fix sourceSheet not being available (#15)