Skip to content

Releases: gruebel/pycep

0.4.2

05 Nov 15:08
Compare
Choose a tag to compare

Added

  • Support Python 3.12 officially
  • Support all accessor operators
  • Support join function
  • Support metadata element
  • Support more resource for list* function

Changed

  • Fixed a regression to support quoted keys with dots in an object
  • Fixed typo in join parameter name

0.4.1

18 Jun 17:51
Compare
Choose a tag to compare

Added

  • Support more list* accessor operators
  • Support newlines between function parameters

Changed

  • Fixed an issue with function resourceId not allowing more than 5 parameters
  • Fixed an issue with a final newline in the @metadata decorator

0.4.0

30 Apr 03:43
Compare
Choose a tag to compare

Added

  • Support dot notation in private module registry names
  • Support sys namespace notation for decorators
  • Support ! non-null operator
  • Support filter function
  • Support multi line strings in description decorator

Changed

  • Fixed an issue with comments between decorator and element

0.3.9

31 Aug 05:45
Compare
Choose a tag to compare

Changed

  • Fixed an issue with unclosed multi line strings

0.3.8

01 Aug 20:19
Compare
Choose a tag to compare

Added

  • Support loadJsonContent function

Changed

  • Support shadowing of a couple of built-in functions
  • Support single line array and object declarations

0.3.7

04 Jun 22:13
Compare
Choose a tag to compare

Added

  • Support index accessor for json function
  • Support managementGroupResourceId function
  • Support dateTimeFromEpoch function
  • Support dateTimeToEpoch function

0.3.6

21 May 09:16
Compare
Choose a tag to compare

Added

  • Support property accessor for json function
  • Support Python 3.11 officially

0.3.5

15 May 19:37
Compare
Choose a tag to compare

Added

  • Support @description decorator for var elements
  • Leverage typing.NotRequired from Python 3.11 to improve type hints

0.3.4

10 Apr 16:58
Compare
Choose a tag to compare

Added

  • Support @description decorator for output elements
  • Support public module registry references
  • Support module alias references

0.3.3

21 Mar 22:02
Compare
Choose a tag to compare

Changed

  • Adjust the name of child resources to add the parent name as prefix to prevent overlap
  • Moved depends_on to the config block