Skip to content

Commit

Permalink
new patch version
Browse files Browse the repository at this point in the history
  • Loading branch information
oscarotero committed Apr 6, 2024
1 parent fc1391a commit 0a9bba0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,14 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## [0.12.5] - 2024-04-06
### Fixed
- Array access syntax [#55], [#56].

## [0.12.4] - 2024-03-28
### Fixed
- Parsing dynamic includes with extra data, example:
````
```
{{ include `${filename}.vto` { name: "value" } }}
```
- Object property shorthand [#50]
Expand Down Expand Up @@ -212,7 +216,10 @@ First version
[#44]: https://github.com/oscarotero/vento/issues/44
[#46]: https://github.com/oscarotero/vento/issues/46
[#50]: https://github.com/oscarotero/vento/issues/50
[#55]: https://github.com/oscarotero/vento/issues/55
[#56]: https://github.com/oscarotero/vento/issues/56

[0.12.5]: https://github.com/oscarotero/vento/compare/v0.12.4...v0.12.5
[0.12.4]: https://github.com/oscarotero/vento/compare/v0.12.2...v0.12.4
[0.12.2]: https://github.com/oscarotero/vento/compare/v0.12.1...v0.12.2
[0.12.1]: https://github.com/oscarotero/vento/compare/v0.12.0...v0.12.1
Expand Down
1 change: 0 additions & 1 deletion test/print.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,6 @@ Deno.test({
name: "Print key variables",
fn: async () => {
await test({
// It should work like {{ message[it.key] }}
template: `{{ message[key] }}`,
expected: "It works!",
data: {
Expand Down

0 comments on commit 0a9bba0

Please sign in to comment.