Releases: jsrepojs/jsrepo
Releases · jsrepojs/jsrepo
v0.9.0
06 Nov 14:36
Compare
Sorry, something went wrong.
No results found
v0.8.0
21 Oct 20:36
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
Patch Changes
1ef78dc : Update README.md with typedoc generated github pages link.
v0.7.0
18 Oct 12:42
Compare
Sorry, something went wrong.
No results found
Minor Changes
Patch Changes
69fc7cf : Now generates documentation with typedoc to be hosted on gh-pages.
v0.6.0
16 Sep 21:46
Compare
Sorry, something went wrong.
No results found
Minor Changes
7c7b82f : Add pad utility for left and right pad functions.
v0.5.0
16 Sep 18:41
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
Patch Changes
2080dec : Changed internal result to be readonly
v0.4.0
14 Sep 13:46
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
Patch Changes
9f27c3b : Make blocks a required argument.
9f27c3b : Better verbose logs