Skip to content
Snippets Groups Projects
  1. Sep 03, 2023
  2. Aug 07, 2023
  3. Aug 02, 2023
  4. Jul 29, 2023
  5. Jul 09, 2023
  6. Jun 28, 2023
  7. Jun 26, 2023
  8. Jun 15, 2023
  9. Jun 09, 2023
  10. Jun 02, 2023
  11. Jun 01, 2023
  12. May 24, 2023
  13. May 22, 2023
  14. May 16, 2023
  15. May 04, 2023
  16. May 02, 2023
    • Jed Fox's avatar
      Remove unused payee rules feature (#985) · 646d0d90
      Jed Fox authored
      Fixes #615. I would appreciate double-checking that I didn’t
      accidentally delete anything that is important.
      
      Since I’m removing the related API methods, this is technically a
      breaking change (even if people would have no reason to remove this
      stuff), so we should probably do a major release of the API package.
      Unverified
      646d0d90
  17. Apr 12, 2023
  18. Apr 10, 2023
    • Alberto Gasparin's avatar
      Convert commonjs to esm (#877) · cd00da76
      Alberto Gasparin authored
      This PR converts everything (aside from electron) from CommonJS to ESM.
      It is needed to reduce the changes that will happen during the migration
      to Typescript (as TS does not play nice with CJS).
      
      Basically:
      - rewrite `require()` to `import`
      - rewrite `module.exports` to `exports`
      - introduce `ts-node` to run importers so we can convert them to TS too
      
      Lastly, sorry for this larg-ish PR, not my preference but when I tried
      to reduce its scope, I would end up with mixed commons/esm that was even
      more tricky to handle.
      Unverified
      cd00da76
  19. Apr 09, 2023
  20. Apr 07, 2023
  21. Apr 06, 2023
  22. Mar 09, 2023
  23. Feb 28, 2023
  24. Feb 24, 2023
    • Jed Fox's avatar
      Updates to the @actual-budget/api package (#464) · 93a1f8a9
      Jed Fox authored
      * Make it easier to build the bundle.api.js for the API
      
      * Remove budgetId parameter, move config to top level of API
      
      * that’s a breaking change
      
      * Add support for signing into the server in init()
      
      * Add api.downloadBudget(syncId, { password }) method
      
      * Fix lint errors
      
      * Refactor: extract out getSyncError
      
      * api/download-budget: sync if possible instead of downloading
      
      * Don’t bother with fetching remote files and installing key if the file is local
      
      * *groupId
      
      * FIx lint issues
      
      * Remove extra close+reopen
      
      * Refactor out duplicate load-budget logic
      
      * Trailing commas
      Unverified
      93a1f8a9
  25. Feb 02, 2023
  26. Dec 12, 2022
  27. Dec 08, 2022
  28. Dec 04, 2022
  29. Dec 02, 2022
  30. Nov 13, 2022
  31. Jun 29, 2022
Loading