Skip to content

v0.0.3

Compare
Choose a tag to compare
@github-actions github-actions released this 14 Sep 16:07
· 29 commits to master since this release

Changelog

  • c0ac893 feat: check duplicate attributes closes #51
  • 9d76f66 feat: check type on accessors closes #45
  • df740c0 feat: devtools cli closes #57
  • 9ac0d0c feat: init check that accessors are on valid types
  • eacbd05 feat: init check that accessors exist on type #45
  • 3f1c7fd feat: support basic dates closes #46
  • 579afb3 fix: check method on
  • 91c31c2 fix: check method on any closes #50
  • 202dd40 fix: check of identifier
  • 3aea393 fix: check that a function is missing return if return is not expected to be null closes #47
  • 2166835 fix: check that method doesn't exist - throw info closes #43
  • 0522671 fix: cli help
  • 0a9273e fix: do not check for arg usage in default and generic
  • 8010e95 fix: do not check return on generic closes #53
  • 2a45ef0 fix: do not check that method has been declared on @default
  • ddb5d97 fix: do not produce types unless it's an R packages
  • 845dd3d fix: ensure object is valid closes #14
  • 05a7d16 fix: hint on library and require closes #56
  • ee155e0 fix: improve error messages on parser or lexer: only show first one
  • 89b1467 fix: store methods separately to ensure we can have 'duplicates' #43
  • 8c08c54 fix: success message closes #58
  • 588be94 fix: type in generic error message
  • 8f9aadb fix: walker correctly checks type on method call
  • a218f30 refactor: config moved out of LSP
  • 0aaead8 tests: check on no attributes
  • 1ea75e7 tests: remove uneeded tests
  • 69e2f42 tests: unit tests for transpiler closes #11
  • b3141ab tests: walker test severity #41