All Versions
9
Latest Version
Avg Release Cycle
153 days
Latest Release
1387 days ago

Changelog History

  • v0.4.0 Changes

    July 02, 2020

    ๐Ÿ”จ Reflect new crystal command interface specifics in the README. Also includes some minor code refactoring. Apart of that welcome new responsive shell table:

    Screenshot from 2020-07-03 00-47-48

  • v0.3.2

    November 06, 2019
  • v0.3.1 Changes

    August 25, 2019
    • โž• add posinstall script to generate sam.cr file
    • include Sam DSL into global context (task and namespace are available globally)
    • Sam::Args::ALLOWED_TYPES is renamed to Sam::Args::AllowedTypes
  • v0.3.0 Changes

    August 16, 2018

    ๐Ÿ”„ Changelog

    • already invoked task is no longer reinvoked during further invocations
    • Sam::Task#execute invokes even invoked task
    • minor doc enhancements
  • v0.2.4 Changes

    November 16, 2017
    • ๐Ÿ‘ allow to execute multiple tasks
    • provide api to require nested dependencies
  • v0.2.3

    June 29, 2017
  • v0.2.2 Changes

    June 21, 2017

    Now tasks could be called using Makefile

  • v0.2.1 Changes

    May 23, 2017
    • โž• adds description for tasks
    • โž• adds help task to show all available tasks
    • ๐Ÿ›  fix exception handling - now they are print out and program exiting with 1 status code
  • v0.2.0 Changes

    February 22, 2017

    Now Crystal has own task manager which allows adding generators and many other staff without installing any external application