All notable changes to the "Nasal Language (FlightGear)" extension will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Add spaces to GPLHeader snippet for better reading
- Now using props.nas in Class snippet as getprop(); is slower than props.nas getValue();
- Display name changed from "Nasal-lang" to "Nasal Language (FlightGear)"
- Additional information to the readme
- Badges of readme not showing, changed to shields.io
- Removing True and False keywords as nasal uses 1 and 0 to represent that
- Keywords are now case sensitive to avoid parsing errors such as 'undefined symbol FUNC'
- Badges to the Readme
- .gitignore file
- Fixed snippet typo
- Added class function template snippet
- Class and Func snippets headers
- Missing maketimer variables and methods
- Func and Class snippets
- GPL-2 file header template snippet, type gplheader
- GUI.nas variables and methods syntax highlighting
- Setlistener snippet parameters wrongly set
- LICENSED over GPL-3
- Added basic snippets for loops, conditions, timers
- Added basic Syntax highlighting for Nasal