All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Drop support of Python 3.8
0.5.1 - 2024-11-03
- Support Python 3.13 officially
- Support
loadYamlContent
function - Support
flatten
function - Initial support of custom data types
- Support safe-dereference operator
- Fixed multiline issue with union function
- Fixed multiple newline issues
- Drop support of Python 3.7
0.4.2 - 2023-11-05
- Support Python 3.12 officially
- Support all accessor operators
- Support
join
function - Support
metadata
element - Support more resource for
list*
function
- Fixed a regression to support quoted keys with dots in an object
- Fixed typo in
join
parameter name
0.4.1 - 2023-06-18
- Support more list* accessor operators
- Support newlines between function parameters
- 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 - 2023-04-29
- 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
- Fixed an issue with comments between decorator and element
0.3.9 - 2022-08-30
- Fixed an issue with unclosed multi line strings
0.3.8 - 2022-08-01
- Support
loadJsonContent
function
- Support shadowing of a couple of built-in functions
- Support single line array and object declarations
0.3.7 - 2022-06-04
- Support index accessor for
json
function - Support
managementGroupResourceId
function - Support
dateTimeFromEpoch
function - Support
dateTimeToEpoch
function
0.3.6 - 2022-05-21
- Support property accessor for
json
function - Support Python 3.11 officially
0.3.5 - 2022-05-15
- Support
@description
decorator for var elements - Leverage
typing.NotRequired
from Python 3.11 to improve type hints
0.3.4 - 2022-04-10
- Support
@description
decorator for output elements - Support public module registry references
- Support module alias references
0.3.3 - 2022-03-21
- Adjust the name of child resources to add the parent name as prefix to prevent overlap
- Moved
depends_on
to theconfig
block
0.3.2 - 2022-03-14
- Add contribution guidelines
CONTRIBUTING.md
- Support
LoadTextContent
function - Support
loadFileAsBase64
function
- Support negative values in
@minValue
decorator
0.3.1 - 2022-03-05
- Remove usuage of
typing_extensions.NotRequired
- Refactor
BicepParser
class to leverage lazy loading of the compiled grammar
0.3.0 - 2022-03-03
- First release to be able to parse all the official examples of Bicep 201 and 301.
- Enable caching of compiled parser
- Ignore shell styled comments
- Support
max
function - Support
min
function - Support
int
function - Support
skip
function - Support
managementGroup
function - Support
tenant
function - Support
startsWith
function - Support
endsWith
function - Support
trim
function - Support
padLeft
function - Support
dataUri
function - Support
dataUriToString
function
0.2.0 - 2022-02-13
- Possibility to pass Bicep template via
str
orPath
- Add
BicepElement
tojson
output to differentiate between strings and element references - Support
first
function - Support
last
function - Support
bool
function - Support
newGuid
function - Support
uri
function - Support
uriComponent
function - Support
uriComponentToString
function - Support
divide
operator - Support
modulo
operator - Support
multiply
operator - Support
pickZones
function
- Rename
loop_index
toloop_range
and adjust the behaviour to allow iterating over item + index - Prioritize
substract
overminus
operator - Prioritize
_RESOURCE_ID
and_RESOURCE_GROUP
overSTRING
terminal
0.1.0 - 2022-02-06
- First release to be able to parse all the official examples of Bicep 101.