Skip to content

Releases: BirjuVachhani/spider

Release v4.2.2

22 Jun 04:56
78ec342
Compare
Choose a tag to compare
  • Upgrade dependencies.
  • Use isTrue matcher instead of true in tests. Contributed by @dkrutskikh

Release v4.2.1

15 Feb 06:14
203cbf9
Compare
Choose a tag to compare
  • Upgrade dependencies.
  • Specify platforms in pubspec.yaml file.

Release v4.2.0

23 Dec 17:36
b4d8ad9
Compare
Choose a tag to compare
  • Add support for font family code-gen. Checkout docs for more info.
  • Fix typo in KEY_IGNORED_RULES.
  • Implement fonts code generation based on fonts declaration in pubspec.yaml file.
  • Fix duplicated success logs.
  • Upgrade dependencies.
  • Add documentation links in default config templates.

Release v4.1.0

16 Nov 12:42
2c587d2
Compare
Choose a tag to compare
  • Adds support for code generation on bundled package assets. Contributed by @Aqluse
  • Upgraded dependencies.

Release v4.0.0

05 Aug 08:50
012da6b
Compare
Choose a tag to compare
  • Structural rewrite of the internal workings of the library that utilizes CommandRunner, Command and FlagCommand
    classes for better overall structure.
  • Renamed info command to about.
  • Refactored check-updates flag to check-for-updates.
  • Added --license flag command.
  • Added --docs flag command.
  • create command no longer checks for current directory to be a Flutter project.
  • Fixes existing config detection for --add-in-pubspec flag in create command.
  • Fixes stacktrace logging on error or exception.
  • Color-codes success and error messages for better visual differentiation.

Release v3.2.0

18 Jul 11:19
8796063
Compare
Choose a tag to compare
  • Fixes pubspec config detection.
  • Fixes watch flag abbr parsing.
  • Introduces ignored_rules feature which allows to specify ignore rules for generated files.
  • Introduces sub_groups feature.

Release v3.1.0

05 Jun 19:56
78b5f32
Compare
Choose a tag to compare
  • Use flutter_test imports when generating tests for flutter project.

Release v3.0.0

01 Jun 19:50
f0958ad
Compare
Choose a tag to compare
  • Fix flag abbr not working for some commands.
  • Add support for creating configs in pubspec.yaml file.
  • Add support for creating config file at custom directory path.
  • Add support for specifying custom config file path when running build command.
  • Build command now displays which config file is being used if there's more than one config file.
  • Document new capabilities and commands.

Release v2.2.2

14 Mar 12:27
Compare
Choose a tag to compare

What's Changed

  • Sort generated file maps by file basenames by @WSydnA in #45

New Contributors

Full Changelog: 2.2.1...2.2.2

Release v2.2.1

14 Feb 05:13
Compare
Choose a tag to compare
  • PR[#41]: values is not formatted in camel case if asset is written in snake case