Skip to content

Releases: duart38/Carpenter

v0.9.0

17 Mar 13:32
Compare
Choose a tag to compare

What's new

  • Add OBJECT carpenter
  • Add VALUE carpenter for unknown values
  • Add switch examples
  • Add filter and thenFilter methods to ARRAY carpenter
  • Add map and thenMap methods to ARRAY carpenter
  • Adjusted code to play nicely with deno doc
  • Added more tests
  • Fixed a typeScript issue that caused the IDE to complain incorrectly
  • fmt

v0.2.1

16 Mar 12:09
Compare
Choose a tag to compare

Adjusted readme, fixed some issues in the documentation.
See release below for more details

v0.2.0

16 Mar 12:05
Compare
Choose a tag to compare

What's new

  • adjusted string else clause to be able to modify the internal value
  • adjusted string do clause to be able to modify the internal value
  • Implemented ARRAY carpenter

For further documentation on ARRAY check out the documentation

v0.1.0

15 Mar 21:02
Compare
Choose a tag to compare

What's new?

  • Added STRING carpenter
  • Added tests for the above

v0.0.1

15 Mar 11:54
Compare
Choose a tag to compare

Initial release

  • Add OS specific builder
  • Add Argument specific builder
  • Add tests for the above