All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Added documentation to all parts of the Ansi package except IO package.
- Added Signal and Input handling.
- Finished implementing surfaces, colours and styles.
- Added support for the non-ansi-compliant windows console CMD, to support older versions of Windows.
- Finished some things marked to do.
- Fixed the format of this changelog.
- Fixed Put(3) procedure in Ansi.Surfaces and added style printing too.
- Fixed native support for older Windows consoles.
- Fixed some bugs and errors found while coding.
- Removed the inlining of many of the functions and procedures throughout the package.
- Removed Ansi.Pools, it will be available in a future.
- Surfaces have been optimized.
- Finished Styles and Colours
- Added some tests
- Fixed some major bugs
- Completed Surfaces (only some features have to be implemented)
- Optimized update time
- Added title screen