Releases: decko-commons/decko
Releases · decko-commons/decko
abstract art
- improved pattern loading order - abstracts before concretes
- updated renaming ui
#update_referers
now defaults to true- baskets made global
- fixed unwanted underlines in new card names
- fixed cache bug on failed renaming
- fixed markdown handling of escaped characters
- extended scope of automatic view testing
- anchor handling in paths...
assets and inits
Monkeys (mod developers) can now:
- add JavaScript or CoffeeScript files to
{mod}/assets/script
, and they will automatically be loaded - add CSS or SCSS files to
{mod}/assets/style
, and they will automatically be loaded - add a
manifest.yml
to those directories for more fine-grained control - add language-specific handling in
locales
dir - use
init/early
andinit/late
to add initializers that respectively can't and can refer to Card/CardController.
Platypuses (platform developers) will be happy to see the initialization process looking much cleaner, making heavy use of Railties and other Rails conventions.
decko on docker, dirs, and docs
gem reorganization
card mod code moved into separate gems.
Lexicon and Director
- With the introduction of
Card::Lexicon
, we no longer need to store name/key for compound cards. Instead we generate compound names dynamically. Card::ActManager
andCard::ActManager::StageDirector
are now merged intoCard::Director
skip/trigger updates
v0.9.6 Decko Version 0.9.6
a good hand washing
- updates stamp ancestors
- history view fixes
- view_cache_key fixes
- api upgrades to nested_fields
eager load id constants
v0.9.4 Decko Version 0.9.4
move Card loading out of Rails initialization phase
- Card autoloading after initialization finishes
- moving recaptcha functionality to mod
- fix (short-lived) bug leaving unauthenticated accounts signed in.
make it zeitwerk
- zeitwerk autoloading
- new card#fetch api
- Card::Auth.signin api