Skip to content

Releases: JakeSidSmith/tsassert

Dependency upgrades/TS4 support

09 Jul 11:27
d561857
Compare
Choose a tag to compare

npmignore update

08 Mar 11:31
2348df0
Compare
Choose a tag to compare

Ignore test files, and various configs from published package

Change comments from @type to @tsassert

08 Mar 11:21
3a9ba12
Compare
Choose a tag to compare

Change @type to @tsassert to prevent potential clashes with other tools, or accidental confusion with docs comments, etc.

#17

Adjust diff color highlighting

06 Mar 22:36
118e5f9
Compare
Choose a tag to compare

Highlight diff background so that whitespace is more obvious.

Screenshot 2020-03-06 at 22 35 22

Improved logs (visual diff)

06 Mar 22:10
dc25a10
Compare
Choose a tag to compare
  • Improve log color consistency
  • Add spacing between logs
  • Add diff of expected vs received types

Screenshot 2020-03-06 at 21 59 40

Screenshot 2020-03-06 at 21 59 47

Next line type comments

06 Mar 19:31
2cbeb37
Compare
Choose a tag to compare

Allow placing type comments above the line that you wish to assert.

#13

Assert return types

06 Mar 19:14
219fc84
Compare
Choose a tag to compare

Allow asserting return types of call and new expressions.

#12

Tsconfig exclude fix (and a few other adjustments to buggy globbing)

06 Mar 18:57
7bcb480
Compare
Choose a tag to compare
  • Always use relative paths
  • Exclude node_modules from all checks
  • Use glob only if truthy
  • Always use globs if provided

Respect tsconfig exclude option (and improved logs)

06 Mar 17:18
8774ac7
Compare
Choose a tag to compare

THIS RELEASE DOES NOT WORK AS INTENDED

#9

Loosen TypeScript dependency

03 Mar 12:50
e4cf2da
Compare
Choose a tag to compare

Allow any 3.x.x version
#8