-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathCHANGELOG
43 lines (36 loc) · 1.33 KB
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
# Change Log
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).
## [Unreleased]
## [0.9.3] - 2019-10-31
### Changed
- Improve error reporting (GH-35, GH-36)
## [0.9.2] - 2019-08-09
### Added
- Support hexadecimal constants (GH-26)
- Support octal constants (GH-27)
- Support string escape sequences (GH-30)
- Add unary sub operator (GH-20)
- Add version() function
- Add extract(field, tz) function (GH-11)
- Accept optional closing semicolon on last statement (GH-9)
- Add github issue templates
## [0.9.1] - 2019-05-16
### Added
- Support nested template types
### Changed
- Many type system fixes
- Improve interpolation
- Improve integration tests naming convention
- Improve test coverage
- Rename typeOf to typeId
- Rename Prototype(s) to FunctionPrototype(s)
- Rename CastPrototype to ConversionPrototype
## [0.9.0] - 2019-05-11
### Changed
- New expression language, parser and type system.
[Unreleased]: https://github.com/aleofreddi/timel/compare/release-0.9.3...HEAD
[0.9.3]: https://github.com/aleofreddi/timel/releases/tag/release-0.9.3
[0.9.2]: https://github.com/aleofreddi/timel/releases/tag/release-0.9.2
[0.9.1]: https://github.com/aleofreddi/timel/releases/tag/release-0.9.1
[0.9.0]: https://github.com/aleofreddi/timel/releases/tag/release-0.9.0