Skip to content

3.0.0

Compare
Choose a tag to compare
@NOtherDev NOtherDev released this 07 Sep 07:35
· 80 commits to master since this release
  • Updated CloudFormationResourceSpecification.json to version 2.7.0
  • Moved type definitions into a separate cloudform-types package for separate use use-cases (#13)
  • Fixed an error when invoking CLI without parameters

This release is breaking only if you referenced any of the types via:
import Sth from 'cloudform/types/sth'
Types are now in cloudform-types, so that import will now look like:
import Sth from 'cloudform-types/sth'
If you only import from cloudform root space, there are no breaking changes for you.