Releases: cortoproject/corto
Releases · cortoproject/corto
v0.2.7-alpha
This release contains the following new features:
- A new corto_select function allows for iterating over objects that match an expression
- Object Local Storage allows for attaching (non-corto) user data to objects
- Syntax coloring in Corto shell [ BETA ]
- TAB completion in Corto shell [ BETA ]
- Use '/' in favor of '::' as scope operator to save space and increase readability
- Improved memory footprint when loading packages
- Fix installation issue on Debian machines
- Remove stale header files from project dir and package repository
- Specify custom compiler in build system
- Improved detection of unresolved references in scripting language
- Added function that can evaluate type of expression without running it
- Many smaller improvements and bug fixes
v0.2.6-alpha
This release contains the following new features:
- Projects can embed platform specific files
- The build system supports .dylib
v0.2.4-alpha
This release contains the following new features:
- Automatic casting in C binding for convenience functions
- Allow alias members to be hidden
- Simplified constructors for various core classes
- Improved error reporting of the shell
v0.2.3-alpha
This release contains the following new features:
- The define operation now generates an update event
- Fixed bug in generated Update function
v0.2.2-alpha
This release contains the following new features:
corto update
command with which packages can be updated [BETA]- addressed a number of bugs in the loader, rbtree, event handling and parser
v0.2.1-alpha
This release contains the following new features:
- Modified installation path to no longer include the patch version
- Fixed bug in loader that could corrupt the store while checking library environment
v0.2.0-alpha
This release contains the following new features:
- Test framework
- Documentation framework
- Package management
- Ownership
- Replicator
- A rake-based build system
- Major usability improvements
- Major API improvements
- Many bug fixes
v0.1.5-alpha
Updated the web console to match the layout of the website.
v0.1.4-alpha
Fixed code generated for do-while loops. Disallowed do-while loops to use the root block as body.
v0.1.3-alpha
Fixed a bug that would crash the tutorial code and included a fix for cxgen that allows pure cortex packages to be generated.