- Apr 10, 2023
-
-
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.
-
- Apr 06, 2023
-
-
Jed Fox authored
<!-- Thank you for submitting a pull request! Make sure to follow the instructions to write release notes for your PR — it should only take a minute or two: https://github.com/actualbudget/docs#writing-good-release-notes -->
-
chris heazlewood authored
-
- Apr 03, 2023
-
-
Jed Fox authored
Previously, we were using an alpha version of date-fns v2. Now we’re using the latest stable v2.
-
- Jan 22, 2023
-
-
Matiss Janis Aboltins authored
Closes #399
-
- Jan 21, 2023
-
-
Rian McGuire authored
-
- Jan 12, 2023
-
-
Matiss Janis Aboltins authored
-
- Dec 02, 2022
-
-
James Long authored
-
- Nov 14, 2022
-
-
James Long authored
-
- Aug 31, 2022
-
-
Tom French authored
This reverts commit ae8ef267. Revert "Merge pull request #204 from TomAFrench/yarn-workspace-dependencies" This reverts commit b0ed8d51, reversing changes made to 5505a143.
-
- Aug 23, 2022
-
-
Tom French authored
-
Tom French authored
-
- Jun 29, 2022
-
-
Tom French authored
-
Tom French authored
-
- Apr 29, 2022
-
-
James Long authored
-