Volt v0.9.7.pre8 Release Notes
Release Date: 2015-11-16 // over 9 years ago-
No data yet ๐
You can check the official repo
Previous changes from v0.9.6
-
๐ 0.9.6 is mostly a bug fix release with a few minor features.
โ Added
- ๐ @merongivian was kind enough to add Spanish traslations to the docs: (http://docs.voltframework.com/es/index.html)
- ๐ @alexandred added user_connect/disconnect events (see docs)
- โ added a data transformer class used internally, but can also be used externally
- ๐ You can now boot apps in any ruby file by doing:
ruby require 'volt/boot' Volt.boot(Dir.pwd)
๐ Changed
- Finally tracked down an illusive memory leak.
- โก๏ธ Computations now raise an error on their inital run, then log errors (via Volt.logger.error(..)) when running again (since they update on next tick)
- ๐ fixed template caching issue
- โฌ๏ธ upgrade the volt-mongo gem to mongo gem 2.1
- ๐ fixed issue with https web socket connection
- ๐ improved errors when returning objects from Tasks that can't be serialized
- validate! on models now rejects the promise when the model has errors.
- ๐ fixed template caching issue
- ๐ fixed page stash issue
- ๐ fixed Gemfile issue on windows
- ๐ fixed a memory leak