Skip to content

Releases: BirjuVachhani/spider

Release v0.3.6

04 Mar 09:19
Compare
Choose a tag to compare
  • Fixed issue of creating references for files like .DS_Store
  • Now Spider shows error if you try to create a group with flutter specific assets directories like 2.0x and 3.0x.

Release v0.3.5

18 Feb 18:44
Compare
Choose a tag to compare
  • Fixes common commands execution issue. Now you can execute command anywhere you like.

Release v0.3.4

18 Feb 05:09
Compare
Choose a tag to compare
  • Fix build command when there are sub-directories in assets directories #5

Release v0.3.3

16 Feb 11:56
Compare
Choose a tag to compare
  • Added smart watch feature.
  • use --smart-watch option when running build command to enable it.

Release v0.3.2

16 Feb 08:35
Compare
Choose a tag to compare
  • Fixed create command.

Release v0.3.1

15 Feb 17:23
Compare
Choose a tag to compare
  • Fix version command.
  • Formatted outputs and added more verbose logs.
  • Added config validation before processing assets.

Release v0.3.0

13 Feb 21:05
Compare
Choose a tag to compare
  • Add support for categorization by file types.
  • Add support for using prefixes for generated dart references.

Release v0.2.1

13 Feb 21:04
Compare
Choose a tag to compare
  • Add support for JSON format for config files
  • Add flag --json to create command to create json config file.
  • Update readme to add json option for config file.

Release v0.2.0

09 Feb 19:02
0317261
Compare
Choose a tag to compare
  • Add support for multiple assets directories
  • Add support for separate class generation
  • Uses sample config file config creation

Release v0.1.3

09 Feb 05:17
Compare
Choose a tag to compare
  • Add support for watching directories for file changes
  • Rename init command to create command
  • Implemented verbose flag for the build command
  • add build command