Skip to content

Releases: decko-commons/decko

abstract art

24 Sep 02:37
fc17257
Compare
Choose a tag to compare
  • 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

06 Aug 20:50
Compare
Choose a tag to compare

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 and init/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

06 Aug 17:47
62b43e6
Compare
Choose a tag to compare
  • Now supports docker images for experimentation, deployment, and development: README
  • reorganized gem dirs, see mod and support
  • Regenerated docs, visible on docs site
  • significant code reorganization so that card gem is more independent of decko and cardio support is more independent of card.

gem reorganization

24 Dec 03:48
466bebc
Compare
Choose a tag to compare

card mod code moved into separate gems.

Lexicon and Director

11 Sep 02:50
Compare
Choose a tag to compare
  • 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 and Card::ActManager::StageDirector are now merged into Card::Director

skip/trigger updates

11 Sep 02:07
af65e06
Compare
Choose a tag to compare
v0.9.6

Decko Version 0.9.6

a good hand washing

16 Mar 20:59
a829ff3
Compare
Choose a tag to compare
  • updates stamp ancestors
  • history view fixes
  • view_cache_key fixes
  • api upgrades to nested_fields

eager load id constants

25 Feb 03:22
e98b639
Compare
Choose a tag to compare
v0.9.4

Decko Version 0.9.4

move Card loading out of Rails initialization phase

25 Feb 03:20
bbb2651
Compare
Choose a tag to compare
  • Card autoloading after initialization finishes
  • moving recaptcha functionality to mod
  • fix (short-lived) bug leaving unauthenticated accounts signed in.

make it zeitwerk

25 Feb 03:15
77635f1
Compare
Choose a tag to compare
  • zeitwerk autoloading
  • new card#fetch api
  • Card::Auth.signin api