Releases: VKCOM/tl
Releases · VKCOM/tl
v1.1.3
v1.1.1
TL development fully migrated to github. Also, some of the latest updates were included in this release.
List of updates:
- TL version changed to be version of tlgen library tag
- Changed interface for
meta.Object
: all implementations hasWrite*General
with error type in return andWrite*
with error ONLY if it needed - Fixes in generation of ReadJSON methods for brackets
v1.0.7
- v1.0.7
- hotfix: broken annotations in legacy format
- v1.0.6
- remove Union suffix
- prohibited constructor and type in different namespaces for simple types
- tlgen does not write version file if generated files did not change
- wError flag
- beautiful error out is configurable now
- errors test
- separate legacy version
v1.0.5
main fix: fix early return (#13)
v1.0.4
* tlo now contains constructors in original order (#11)
v1.0.3
* canonical form * generated map speed up * slight field mask improvement
v1.0.2
full tlo generation support
v1.0.1
- fix
-ignoreGeneratedCode=true
- replace
slices.Sort
with standart librarysort
package
v1.0.0
add Makefile (#3) Co-authored-by: m.bordyugov <[email protected]>