Skip to content

Releases: VKCOM/tl

v1.1.3

19 Jun 18:49
c9bcd72
Compare
Choose a tag to compare

Removed marking version with sha256 of source code
Default generation language is empty (linter mode)

v1.1.1

22 May 13:22
Compare
Choose a tag to compare

TL development fully migrated to github. Also, some of the latest updates were included in this release.
List of updates:

  1. TL version changed to be version of tlgen library tag
  2. Changed interface for meta.Object: all implementations has Write*General with error type in return and Write* with error ONLY if it needed
  3. Fixes in generation of ReadJSON methods for brackets

v1.0.7

28 Mar 08:27
bb00ec6
Compare
Choose a tag to compare
  • 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

10 Nov 15:49
c56f214
Compare
Choose a tag to compare
main fix: fix early return (#13)

v1.0.4

10 Nov 12:25
5fd8e25
Compare
Choose a tag to compare
* tlo now contains constructors in original order (#11)

v1.0.3

07 Nov 10:49
Compare
Choose a tag to compare
* canonical form

* generated map speed up
* slight field mask improvement

v1.0.2

19 Oct 12:33
e2b49b3
Compare
Choose a tag to compare

full tlo generation support

v1.0.1

29 Sep 11:22
fa7ba43
Compare
Choose a tag to compare
  • fix -ignoreGeneratedCode=true
  • replace slices.Sort with standart library sort package

v1.0.0

27 Jul 14:40
f5c96ef
Compare
Choose a tag to compare
add Makefile (#3)

Co-authored-by: m.bordyugov <[email protected]>