Volt v0.9.7.pre8 Release Notes

Release Date: 2015-11-16 // over 8 years ago

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