Skip to content
Snippets Groups Projects
  1. Feb 02, 2024
  2. Jan 24, 2024
  3. Jan 20, 2024
    • DJ Mountney's avatar
      Bundle loot-core types into the API (#2053) · 0045d921
      DJ Mountney authored
      
      * Bundle loot-core types into the API
      
      So we can have loot-core be the source of truth
      for some types that get passed through
      
      - Improves downstream development with API by including types
      - Use path aliases for dist vs dev tsconfigs
      - Convert api index to typescript as example
      - Permit ts-ignore for issues with our version of typescript
      
      ---------
      
      Co-authored-by: default avatarMatiss Janis Aboltins <matiss@mja.lv>
      Unverified
      0045d921
  4. Jan 19, 2024
  5. Jan 15, 2024
  6. Jan 09, 2024
  7. Jan 06, 2024
  8. Dec 15, 2023
  9. Dec 05, 2023
  10. Dec 02, 2023
  11. Nov 28, 2023
  12. Nov 23, 2023
  13. Nov 22, 2023
  14. Nov 20, 2023
  15. Nov 14, 2023
  16. Sep 03, 2023
  17. Aug 07, 2023
  18. Aug 02, 2023
  19. Jul 29, 2023
  20. Jul 09, 2023
  21. Jun 28, 2023
  22. Jun 26, 2023
  23. Jun 15, 2023
  24. Jun 09, 2023
  25. Jun 02, 2023
  26. Jun 01, 2023
  27. May 24, 2023
  28. May 22, 2023
  29. May 16, 2023
  30. May 04, 2023
  31. 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
  32. Apr 12, 2023
  33. 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
  34. Apr 09, 2023
  35. Apr 07, 2023
  36. Apr 06, 2023
Loading