Skip to content

Releases: numen31337/copy_with_extension

Copy with field support

22 Dec 21:54
Compare
Choose a tag to compare
  • Updating analyzer to >=2.0.0 <4.0.0
  • Named constructor support.
  • Better error reporting.
  • Introduction of the new copyWith function with nullability support. The default behaviour of this library assumes that this function is used as follows: myInstance.copyWith.value("newValue"). The old functionality is still available.
  • BREAKING generateCopyWithNull is renamed to copyWithNull.

Dependency update

19 Jul 10:11
Compare
Choose a tag to compare

Updating analyzer to ^2.0.0

Bugfix

24 Jun 16:05
Compare
Choose a tag to compare

Fix generation of generics with nullable types (thanks @josiahsrc).

Updating dependencies for null safety

19 Mar 14:40
Compare
Choose a tag to compare
Source gen version bump (#35)

* readme update

* source_gen and build versions bump

* Update run_tests.yml

Null safety

08 Mar 17:03
Compare
Choose a tag to compare
2.0.0

Improving Generic Compatibility

25 Oct 17:51
Compare
Choose a tag to compare

Fixes issue with generating code for some classes with generic type parameters.

Immutable fields

09 Oct 19:19
Compare
Choose a tag to compare
Merge pull request #17 from numen31337/update_1.3.0

Update 1.3.0

Introducing Generic Types Supports

25 May 20:31
Compare
Choose a tag to compare

Introducing copyWithNull

07 Apr 18:43
Compare
Choose a tag to compare

Introducing the copyWithNull function.

Analyzer rules

25 Jan 12:29
Compare
Choose a tag to compare
1.0.8

tests and dependencies correction