Stable Release - 2.7.0
This release includes:
- i18n messages can now be added dynamically.
- Support for mysql-native 2.1.0
- Support for vibe.d 0.8.2
- Removed backward compatibility with older vibe.d versions
- Slowly moving away from shared static constructors. (Currently Diamond implements a main function for a start.)
- Better internal usage of placeholders (They now append to the view's content, instead of using std.array.replace.)
- Removed the rootPath property from the View class, because it was expensive and kind of useless.
- You can now retrieve placeholder values from views