github.com/tada-team/tdproto@v1.51.57/codegen/dart/lib_template/CHANGELOG.md (about) 1 # Changelog 2 3 4 ## [2.0.0] - 2021-11-01 5 ### Added 6 - Null-safety rework 7 8 ## [1.0.1-dev] - 2020-12-27 9 ### Added 10 - Add `Features` export to `lib/tdproto_dart.dart`. 11 - Add example folder. 12 13 ### Fixed 14 - Make `deprecated_member_use_from_same_package` analysis rule excluded. 15 16 17 ## [1.0.0-dev.1] - 2020-12-25 18 ### Added 19 - Initial Version of the library. 20 21 22 --- 23 24 25 All notable changes to this project will be documented in this file. 26 27 The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres 28 to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). 29 30 <!-- 31 ## Types of changes 32 33 - `Added` for new features. 34 - `Changed` for changes in existing functionality. 35 - `Deprecated` for soon-to-be removed features. 36 - `Removed` for now removed features. 37 - `Fixed` for any bug fixes. 38 - `Security` in case of vulnerabilities. 39 -->