Skip to content

v1.0.6

Latest
Compare
Choose a tag to compare
@joemckenney joemckenney released this 12 Dec 16:03
· 25 commits to main since this release

What's Changed

  • The please repository has been converted to a monorepo and now publishes three packages @dopt/please, @dopt/please-function, @dopt/please-parser
  • Changes were made to the AST produced by @dopt/parser (ensuring children are always of type Node[])
  • Support for : delimiters in package scripts has been added via using curly brackets to escape
  • The CLI no longer errors when a package matching the glob lacks the package script
  • Tests have been added across the monrepo
  • The CLI was rewritten to use citty
  • Any @ts-ignore usage has been removed

Full Changelog: v1.0.3...v1.0.6