Skip to content

Releases: forus-labs/cauldron

Sugar 2.3.2

07 Dec 09:34
Compare
Choose a tag to compare

This release adds a few additional convince methods.

  • Add Integers.from(bool)
  • Add Integers.toBool()
  • Add Weekdays.parse(int)

Full Changelog: flint-2.0.0...sugar-2.3.2

We have awoken!

30 Jun 10:05
Compare
Choose a tag to compare

This release focuses on supporting null safety.

Downgrade meta from 1.4.0 to .1.3.0 to enable compatibility with Flutter

The Return of the Flint

30 Jun 10:01
Compare
Choose a tag to compare

2.0.0 - (25/06/2021)

We have returned, and we're finally updating Flint. Due to changes with our git workflow, we have merged the .dev and .stable
variations of the Dart & Flutter analysis_options.yaml.

  • Add package:flint/analysis_options.dart.yaml
  • Add package:flint/analysis_options.flutter.yaml
  • Remove package:flint/analysis_options.dart.dev.yaml
  • Remove package:flint/analysis_options.dart.stable.yaml
  • Remove package:flint/analysis_options.flutter.dev.yaml
  • Remove package:flint/analysis_options.flutter.stable.yaml

Initial Launch! 🚀

10 Oct 09:56
Compare
Choose a tag to compare
  • Add collection library
  • Add core library
  • Add time library

I messed up

10 Oct 09:33
Compare
Choose a tag to compare

Today I learnt that semantic version in Dart is broken. This update removes some lint rules that were
mistakely assumed to have been released in 2.10.0.

  • Remove avoid_type_to_string

This update adds rules introduced in Dart 2.10.0.

  • Add always_use_package_imports
  • Add avoid_type_to_string
  • Add do_not_use_environment

I'm running out of Flint puns

14 Aug 15:41
Compare
Choose a tag to compare

This update adds rules introduced in Dart 2.9.0.

  • Add exhaustive_cases
  • Add sized_box_for_whitespac
  • Add use_is_even_rather_than_modulo

Maybe one day I'll remember to update the README.md

30 Jul 12:01
Compare
Choose a tag to compare

This update focuses on improving the update tool and removing versioned analysis_options files.

  • Add lib/analysis_options.*.yaml
  • Add tool/**
  • Add use_raw_strings
  • Add avoid_escaping_inner_quotes
  • Add avoid_redundant_argument_values
  • Add leading_newlines_in_multiline_strings
  • Add missing_whitespace_between_adjacent_strings
  • Add no_runtimeType_toString
  • Add unnecessary_raw_strings
  • Add unnecessary_string_escapes
  • Add unnecessary_string_interpolations
  • Add use_raw_strings
  • Remove auto_updater/** - the update tool was rewritten and moved to tool/**
  • Remove lib/dart/dev/**
  • Remove lib/dart/stable/**
  • Remove lib/flutter/dev/**
  • Remove lib/flutter/stable/**
  • Remove avoid_annotating_with_dynamic

The Flintstones

13 Jun 07:27
Compare
Choose a tag to compare
  • Add library directive

Flint & Steel

12 Jun 11:18
Compare
Choose a tag to compare
  • Change minimum Dart version from 2.7.0 to 2.8.4
  • Move Flint to Cauldron