Skip to content

Releases: quanterall/lich

Release v1.0.13

23 May 12:39

Choose a tag to compare

Fixes:

  • Fix lich actually working in tests with jest.
  • Change the building process from esbuild to tsc for general usage. (keep esbuild for iffe build from embed html script usage)

Release v1.0.11

19 May 11:54

Choose a tag to compare

Updates:

  • Implement mergeJusts, firstJust and filterMaybes

BREAKING CHANGES:

  • Rename mergeEither to mergeEither

Release v1.0.8

03 Feb 19:18

Choose a tag to compare

  • Add separate esbuild for using lich in pure html via the script tag;
  • Add example for how to use in pure html;
  • Move all examples of usage in examples dir;

Release v1.0.6

03 Feb 18:22

Choose a tag to compare

  • Fix a major issue with project not being build correctly for browser;
  • Add esbuild to building process (use tsc only for building d.ts files);
  • Simplify exports;
  • Prefix fromTry and fromPromise with module name to remove naming conflicts;
  • Add example vite svelte project showcasing simple usage example;
  • Stop ignoring yarn.lock add missing yarn.lock file;

Release v1.0.2

29 Jan 14:48

Choose a tag to compare

Fix wrong installation process in README

Release v1.0.1

29 Jan 14:43

Choose a tag to compare

Add missing index.d.ts types declaration file.

Initial release

29 Jan 14:36

Choose a tag to compare

v1.0.0

Fix typo