Skip to content

Releases: jsrepojs/jsrepo

v0.9.0

06 Nov 14:36
3ec80c7

Choose a tag to compare

Minor Changes

v0.8.0

21 Oct 20:36
8b3b9d6

Choose a tag to compare

Minor Changes

  • a02ab02: Changed default value for includeTests to be false because in practice I am normally turning it off to run remote tests anyways.
  • a02ab02: Add dispatcher block
  • a02ab02: Add imports option to config to allow you to configure the import style.

v0.7.1

18 Oct 12:45
9864fe4

Choose a tag to compare

Patch Changes

  • 1ef78dc: Update README.md with typedoc generated github pages link.

v0.7.0

18 Oct 12:42
60f84dd

Choose a tag to compare

Minor Changes

Patch Changes

  • 69fc7cf: Now generates documentation with typedoc to be hosted on gh-pages.

v0.6.0

16 Sep 21:46
e6755bb

Choose a tag to compare

Minor Changes

  • 7c7b82f: Add pad utility for left and right pad functions.

v0.5.0

16 Sep 18:41
3a44f8f

Choose a tag to compare

Minor Changes

  • 34965d3: You can now run tests on all detected blocks by leaving blocks blank when running the test command.

v0.4.2

16 Sep 12:25
13ccd92

Choose a tag to compare

Patch Changes

  • 9e3e247: Fixed an issue with silent failures due to import.meta.dirname being undefined in test and add commands

v0.4.1

15 Sep 19:43
bd2b953

Choose a tag to compare

Patch Changes

  • 2080dec: Changed internal result to be readonly

v0.4.0

14 Sep 13:46
907c273

Choose a tag to compare

Minor Changes

  • e9204c1: Add test command so you can test blocks in your codebase against the most recent test cases.
  • e9204c1: Update result to better match the rust Result api.

v0.3.2

13 Sep 00:05
5994da7

Choose a tag to compare

Patch Changes

  • 9f27c3b: Make blocks a required argument.
  • 9f27c3b: Better verbose logs