Skip to content
Snippets Groups Projects
  1. Apr 06, 2023
  2. Apr 03, 2023
    • Jed Fox's avatar
      Update to latest stable date-fns version (#849) · 5d921f7a
      Jed Fox authored
      Previously, we were using an alpha version of date-fns v2. Now we’re
      using the latest stable v2.
      5d921f7a
    • Alberto Gasparin's avatar
      Convert loot-core to TS p1 (#841) · 79ad04dd
      Alberto Gasparin authored
      Part 1 of the conversion. Mostly renaming js to ts and making sure
      things make still sense. Added also handy TS ESLint rules.
      
      In order to support the various .web/.electron/... I ended up adopting
      `index.d.ts` as pattern to share type definition. Let me know if that
      makes sense for you too. Right now the function type definition is
      duplicated, but the solution will be importing from `index.d.ts` and
      using `const fn: FnDef = () => ...` that way we can keep all variants in
      sync from a single type file.
      
      Such rewrite however is better done in another PR otherwise we risk
      confusing git and loosing history (rename + too many changes). Another
      thing that might do in the next PR is convert all files to ESModules, as
      things get confusing between CJS exports, ESM default/named and TS adds
      extra complains.
      79ad04dd
  3. Mar 28, 2023
  4. Mar 24, 2023
  5. Mar 21, 2023
  6. Mar 17, 2023
  7. Mar 16, 2023
  8. Mar 09, 2023
  9. Mar 05, 2023
  10. Feb 28, 2023
    • Jed Fox's avatar
      Upgrade better-sqlite3 to the latest version (#714) · a56f2951
      Jed Fox authored
      * Sort transactions by date in updateCategoryRules
      
      * Update better-sqlite3 to 7.5.0
      
      * Update better-sqlite3 to v8
      a56f2951
    • Matiss Janis Aboltins's avatar
      :fire: removed usage of babel-preset-jwl-app (#713) · 2093b13c
      Matiss Janis Aboltins authored
      * :fire:  removed usage of babel-preset-jwl-app
      
      * Add @babel/preset-react
      2093b13c
    • Jed Fox's avatar
      Remove/dedupe/upgrade several dependencies (#702) · 0688c258
      Jed Fox authored
      * Run `yarn dedupe`
      
      * Update to better-sqlite3@latest
      
      * Remove react-native
      
      * Remove a bunch more unused deps
      
      * Update mitt to 3.0
      
      * Remove a few more
      
      * Remove react-native-gesture-handler
      
      * Revert "Update to better-sqlite3@latest"
      
      This reverts commit d436bc8d73f2745f484def4e40596322d0c56458.
      
      * Dedupe better-sqlite3 versions
      
      * snapshots!
      
      * Fix jsdom error
      
      * Revert "Dedupe better-sqlite3 versions"
      
      This reverts commit f99d2ab6f9311663e3312ab5b00bc81c068f040d.
      
      * Add back jest-watch-typeahead
      
      * Fix conflicting Jest version
      
      (The jest-environment-jsdom package that is magically available seems to only be compatible with Jest 27)
      0688c258
    • Matiss Janis Aboltins's avatar
      18eae3eb
  11. Feb 23, 2023
  12. Feb 12, 2023
    • Jed Fox's avatar
      Updates to the template/goal feature (#588) · a8656162
      Jed Fox authored
      * Dedupe loot-core webpack configs
      
      * Swap to parsing using Peggy
      
      * Actually record syntax errors
      
      * Refactor template types
      
      * Add notifications after applying the templates
      
      * “Successfully”
      
      * Try a Nearley grammar
      
      * Revert "Try a Nearley grammar"
      
      This reverts commit 1e11c07b855a492b905f1291c3eadd93f78ac3de.
      
      Not going with this approach since the error messages are inscrutable.
      
      * switch to PEG.js which has slightly better tooling support
      
      * fix parser
      
      * Fix error reporting
      
      * Adjust grammar for better error messages
      
      Also allow spaces between currency symbol and number
      
      * Fix grammar
      
      * Make #template prefix case insensitive
      
      * Trailing commas
      
      * Remove patch-package from loot-core
      a8656162
  13. Feb 02, 2023
  14. Jan 29, 2023
  15. Jan 25, 2023
  16. Jan 20, 2023
    • Jed Fox's avatar
      Regenerate icons without the .web.js extension (#485) · 20c7abc1
      Jed Fox authored
      * Regenerate icons without the .web.js extension
      
      * Move icons in the root folder to a “v0” folder
      
      * Remove generated index.js files
      
      * Update generator to auto-remove deleted icons
      
      * Add back AnimatedLoading + Loading
      
      * Add SVG files for missing icons
      
      * lint fix
      
      * the perils of (not) running a case-sensitive file system
      
      * Fix new import
      
      * Switch v0 icons from width/height to viewBox
      20c7abc1
  17. Jan 18, 2023
  18. Jan 14, 2023
  19. Jan 13, 2023
  20. Jan 12, 2023
  21. Jan 10, 2023
  22. Jan 03, 2023
  23. Dec 29, 2022
  24. Nov 14, 2022
  25. Sep 02, 2022
  26. Sep 01, 2022
  27. Aug 31, 2022
  28. Aug 30, 2022
  29. Aug 26, 2022
  30. Aug 25, 2022
Loading