KeystoneJS v0.2.1 Release Notes

Release Date: 2014-02-04 // about 10 years ago
    • added; more flexible environment variable defaults for mongo connection strings. It supports env.MONGO_URI, env.MONGO_URL, env.MONGOLAB_URI and env.MONGOLAB_URL, so whatever default you're using, it should be there.
    • ➕ added; the http server is now accessible as keystone.httpServer, thanks B. August
    • ➕ added; pre upload queue for s3file field type (set the pre.upload option, or call {list}.fields.{s3filefield}.pre('upload', ...))
    • ➕ added; initial (create form) support for location fields
    • ➕ added; initial (create form) support for markdown fields, thanks Jimmy Hillis
    • 👌 improved; much more flexible support for http server startup options, see #154