Releases: grantwforsythe/custom-reports-for-ynab
Releases · grantwforsythe/custom-reports-for-ynab
Release 1.7.0
- build: replace npm with pnpm (#22) 2277926
- build(deps): bump angular from 17 to 18 (#21) 9848cbe
- build(deps-dev): bump braces from 3.0.2 to 3.0.3 (#20) 8e83fd0
- build(deps): bump ws, engine.io and socket.io-adapter (#19) 6233929
- chore: update readme 97a20fe
- test: fix broken tests (#17) e0a29ea
- ci: record e2e tests in Cypress Cloud (#16) 3ff078e
- feat: add icons to home component b13c4dc
- feat: reorder form fields; add spacing b/w each 7b74495
Release 1.6.0
- feat: transpose budget cards, add card content c939252
- refactor: implement lazy loading ee07eb3
- feat: update privacy policy 17f54e4
- chore: add screenshots to readme 2e2cb9a
- ci: remove require_changes from codecov 915165c
- build(deps-dev): bump @angular/* from 17.3.7 to 17.3.8 ec6109f
- build(deps-dev): bump release-it from 17.1.1 to 17.2.1 eeaa87d
Release 1.5.0
Release 1.4.0
Changes
- build(deps-dev): bump ejs from 3.1.9 to 3.1.10 (#10) 0bc2473
- feat: add other charts (#14) ecb961e
- ci: add layout and annotations to codecov 26ab861
- ci: fix typo and create tmp directory ae3e4ef
- ci: upload lighthouse report artifact bb0d278
- revert: "ci: comment lighthouse report summary on pr" 7e5dfb7
- ci: comment lighthouse report summary on pr 572e215
- feat: reroute to dashboard if there is only one budget ee3594c
- ci: fix lighthouse report pipeline 9583c88
- ci: add lighthouse report (#13) b247ab3
- chore: add devcontainer (#12) ddabe23
Full Changelog: 1.3.0...1.4.0
Release 1.3.0
Changes
- test: fix broken e2e test 296097c
- refactor: add default styles to base layer fb3b932
- refactor: add tailwind (#7) 2c90b6c
- test: add missing spec files 20dc028
- ci: add codecov.yml cbdae1c
- chore: bump @angular packages from 17.3.4 to 17.3.7 54953ea
- chore: add stylelint (#11) bf64263
- ci: upload coverge reports to codecov (#9) 2e9ab4b
- chore: replace lint-staged with pretty-quick 6d528cb
- chore: add pull request template 5985e62
- chore: add CONTRIBUTING.md 4462286
- style: add prettier-plugin-tailwindcss 5b46719
- fix: broken import statements 48edfff
- refactor: move route selectors into selectors folder ad036f9
- refactor: aggregate state into separate folder 75f0e69
- refactor: deprecated concatLatestFrom method 5c66c69
- chore: bump @angular packages from 17.3.3 to 17.3.4 1ea7e80
- test: fix broken ynab.service tests 774e40f
- test: add tests for report selectors 323e220
- feat: add tailwindcss 6f72a91
- test: add tests for report selectors 8dc951f
- test: uncomment global checks in karma.conf 249794b
- refactor: split up transaction selectors 507dd84
- refactor: aggregate test data in mock.ts b18cab8
- test: add missing tests for report reducers and effects f0f92cb
- test: add missing tests for budget-cards.component 574f3ff
- style: sort imports 954a48d
- refactor: ynab service with ngrx effects 2d971ce
- refactor: remove unused constructors 318d88f
Full Changelog: 1.2.0...1.3.0
Release 1.2.0
Changes
- perf: replace NgxChartsModule import with *ChartModule 8c3ad1c
- chore: add source-map-explorer b125ba6
- build: increase max budget from 1 to 2mb 482e8e1
- fix: sort by grouped value vs transaction amount 142d63d
- feat: center dashboard form 1511c9f
- feat: add report button 72bd0f5
- chore: add titles to templates 6249e42
- chore: replace mb templates with yml f49c2c7
- feat: select all accounts and categories on init 3dc5f91
- feat: group transactions by category name 7c71ca1
- chore: add issue templates 1221f5b
- test: add e2e tests 9b7a4f4
- build: bump @angular packages from 17.2.1 to 17.3.3 57fbf10
- feat: add pie chart e3ef58d
- fix: data not displayed when switching budgets 1f48ad9
- refactor: charts into separate folder 132ce80
- refactor: chart routes into switch case 477d246
- refactor: selectReportResults a457029
- fix: only display on budget accounts 8b21e2c
- feat: add date range filter d80bbf3
Full Changelog: 1.1.0...1.2.0
Release 1.1.0
Changes
- build(deps-dev): bump express from 4.18.2 to 4.19.2 (#6) 1fd9549
- build(deps-dev): bump webpack-dev-middleware from 5.3.3 to 5.3.4 (#5) 6cb4a7a
- build(deps-dev): bump follow-redirects from 1.15.5 to 1.15.6 (#4) ed0415a
- feat: add date range filter bdc2634
- feat: add sort option 719ea76
- test: fix 'Visit budgets' test a995771
- build: disable Angular analytics 825ef6f
- chore: update links in package.json b4ef5a4
- refactor: combine report selectors 64cd08e
Full Changelog: 1.0.0...1.1.0
Release 1.0.0
⚠ BREAKING CHANGES
- create report reducers
Features
- add dashboard-form.component (70b5b1f)
- add FlagIconComponent (2499b2a)
- add form controls for account and category (e6583df)
- add getAccounts method to YNAB service (52a75b6)
- add horizontal bar chart component (92ba778)
- add logo to toolbar; remove github logo (f30f735)
- add ngrx (2141a9b)
- add privacy policy (a7eac65)
- add privacy route in footer (15710de)
- create report reducers (da681c3)
- move login button; add home component (125191f)
- redirect to home for invalid routes (537a26d)
- replace favicon (#3) (015a5e9)
Bug Fixes
0.0.2
Full Changelog: 0.0.1...0.0.2