Malo Léon d5ef2124e3 chore(release): publish packages
- wyatt_analysis@2.7.0
 - wyatt_architecture@0.2.0+2
 - wyatt_authentication_bloc@0.6.0
 - wyatt_cloud_messaging_bloc_base@0.1.1+4
 - wyatt_continuous_deployment@1.1.0
 - wyatt_form_bloc@0.2.0+5
 - wyatt_go_router@1.0.1
 - wyatt_http_client@2.0.2
 - wyatt_type_utils@0.1.0
 - wyatt_ui_components@0.4.0
 - wyatt_ui_layout@0.1.3
 - wyatt_crud_bloc_firestore@0.2.0+1
 - wyatt_crud_bloc@0.2.0+1
 - wyatt_i18n@2.0.3
 - wyatt_cloud_messaging_bloc_firebase@0.1.0+4
 - wyatt_bloc_layout@0.1.2+6
 - wyatt_ui_kit@3.2.5
2025-05-21 16:06:29 +02:00

4.0 KiB

2.7.0

  • REFACTOR: rename tools/ to tool/ to follow dart conventions.
  • FIX: remove not yet implemented rule.
  • FEAT(analysis): remove describe properties rule.
  • FEAT: upgrade to handle dart 3.0.0.
  • FEAT(analysis): add full toolchain to easely update ruleset.

2.6.1

2.6.0

2.5.0

  • FIX(analysis): remove depencies sort. (4e3b288e)
  • FEAT(analysis): update version. (0720a145)
  • FEAT(analysis): upgrade. (2692c607)

2.4.2

  • REFACTOR: remove cross package export.
  • DOCS: change some documentation.

2.4.1

  • FEAT: add latest version persistence between script executions.
  • FEAT: ignore todo's.

2.4.0

  • FEAT: add new lint rules.
  • DOCS: add instructions to create a new version (closes #104).

2.3.0

  • REFACTOR: follow melos versioning.
  • FIX: change file include to keep coherence.
  • FEAT: exclude generated code, and add dart>2.16 rules.
  • FEAT: add overwrite protection.
  • FEAT: add 2.2.2 files for archive.
  • FEAT: add utils script to easely bump version.

2.2.2

  • DOCS: add publish_to self hosted pub server.

2.2.1

  • FIX: import right version.

2.2.0

  • FIX: rename to follow melos versioning and remove redundant rule.
  • FEAT: promote experimental, update analyzer rules and add some linter rules.

2.1.0

  • FEAT: add experimental rules in appropriate file.

2.0.1

  • DOCS: Update readme with new version.

2.0.0

Note: This release has breaking changes.

  • BREAKING FIX: remove unawaited() since its in Dart 2.15.

1.1.1

  • Delete some rules
    • always_specify_types
    • sort_constructors_first
    • sort_pub_dependencies

1.1.0

  • Add some errors
  • Add more rules
  • Fix wyattAnalysisVersion variable name

1.0.0

  • Initial version.