Skip to content

Releases: BreX900/data_class

mek_data_class_generator-v1.5.1

17 Jul 08:09
Compare
Choose a tag to compare

What's Changed

Full Changelog: mek_data_class-v1.4.0...mek_data_class_generator-v1.5.1

mek_data_class_generator-v1.5.0

17 Jul 08:06
Compare
Choose a tag to compare

What's Changed

  • feat: support change *Fields class visibility by DataClass.fieldsClassVisible param by @SimoneBressan in #23
  • Builder. Build your class via builder! by @SimoneBressan in #24

Full Changelog: mek_data_class_generator-v1.3.1...mek_data_class_generator-v1.5.0

mek_data_class-v1.4.0

17 Jul 08:06
Compare
Choose a tag to compare

What's Changed

  • feat: support change *Fields class visibility by DataClass.fieldsClassVisible param by @SimoneBressan in #23
  • Builder. Build your class via builder! by @SimoneBressan in #24

Full Changelog: mek_data_class_generator-v1.3.1...mek_data_class-v1.4.0

mek_data_class_generator-v1.3.1

10 Jun 11:27
Compare
Choose a tag to compare

What's Changed

Full Changelog: class_to_string-v1.2.0...mek_data_class_generator-v1.3.1

mek_data_class_generator-v1.3.0

10 Jun 11:23
Compare
Choose a tag to compare
build(class_to_string): release 1.0.0

build(mek_data_class): release 1.2.0
build(mek_data_class_generator): release 1.3.0
fix: unnecessary parentheses on `toString` method [#20](https://github.com/BreX900/data_class/issues/20)
fix: `Classes and mixins can only implement other classes and mixins` error [#19](https://github.com/BreX900/data_class/issues/19)
feat: `toString` method now print `null` values [#17](https://github.com/BreX900/data_class/issues/17), you can change this behavior by setting the yaml file `stringify_if_null: false`

mek_data_class-v1.2.0

10 Jun 11:23
Compare
Choose a tag to compare

What's Changed

  • feat: You can pass your Equality classes to DataClass(equalities: [...]) by @BreX900 in #15
  • build(mek_data_class): release 1.1.0 by @SimoneBressan in #16
  • Sealed classes, toString null values and lint warning by @SimoneBressan in #21

Full Changelog: mek_data_class-v1.0.1...mek_data_class-v1.2.0

class_to_string-v1.2.0

10 Jun 11:24
Compare
Choose a tag to compare

What's Changed

  • feat: You can pass your Equality classes to DataClass(equalities: [...]) by @BreX900 in #15
  • build(mek_data_class): release 1.1.0 by @SimoneBressan in #16
  • Sealed classes, toString null values and lint warning by @SimoneBressan in #21

Full Changelog: mek_data_class-v1.0.1...class_to_string-v1.2.0

mek_data_class_generator-v1.1.0

18 Feb 13:44
Compare
Choose a tag to compare

What's Changed

Full Changelog: mek_data_class_generator-v1.1.0...mek_data_class_generator-v1.1.1

mek_data_class-v1.0.1

18 Feb 13:45
Compare
Choose a tag to compare

What's Changed

Full Changelog: mek_data_class_generator-v1.1.0...mek_data_class-v1.0.1

mek_data_class_generator-v1.1.0

12 Feb 21:55
Compare
Choose a tag to compare

What's Changed

  • code_builder and positional parameters in constructor by @SimoneBressan in #8
  • refactor: rename writers to creators by @BreX900 in #9
  • style: update mek lints to v1.0.0 by @BreX900 in #10
  • build(mek_data_class_generator): release 1.1.0 by @BreX900 in #11

New Contributors

Full Changelog: mek_data_class_generator-v1.0.2...mek_data_class_generator-v1.1.0