Skip to content

Releases: shunsambongi/r-chex

chex 0.1.3

22 Jul 22:15
19b99bf
Compare
Choose a tag to compare
  • Hotfix: fix package log_appender

chex 0.1.2

22 Jul 14:45
9f23ddd
Compare
Choose a tag to compare
  • Bugfix: logging ignores formatting and uses result descriptions as-is.

chex 0.1.1

21 Jul 16:35
e7044ee
Compare
Choose a tag to compare

This release added logging to the check_that function

chex 0.1.0

30 Jun 17:25
6170184
Compare
Choose a tag to compare

This release has some new features and breaking changes:

Features:

  • New set_description() method to replace as_check
  • New current_check() method to access current check within check itself
  • New vignette for explaining writing checks, with details on description priority

Breaking changes:

  • as_check() is now unavailable (use set_description())

chex 0.0.2

28 May 19:17
b5a8d9a
Compare
Choose a tag to compare

This is rewrite to make the API a little nicer and easier to use