KeystoneJS v0.2.2 Release Notes

Release Date: 2014-02-05 // about 10 years ago
    • ๐Ÿ›  fixed; "moment not defined" error in S3File field type, thanks Olivier Vaillancourt
    • โž• added; ability to define attachments to emails via Mandrill, thanks Tom Walker
    • ๐Ÿ‘Œ improved; log formatting and error output
    • ๐Ÿ›  fixed; default 404 handling, thanks Lepi
    • โž• added; new keystone.import(path) method for recusrively requiring all .js / .coffee files in a path relative to the project root, e.g. keystone.import('models'). Similar to but simpler than keystone.importer().
    • ๐Ÿ‘Œ improved; the default 404 and 500 error handlers have been cleaned up, and have a simple HTML template
    • โž• added; filtering now implemented for location fields
    • ๐Ÿ‘Œ improved; the list download > csv feature in the Admin UI now respects the current filters