Releases: gregabbott/glon
Releases · gregabbott/glon
GLON v0.0.3
- Date: 2024-09-25
- Version: 0.0.3
- Main changes:
- Makes installing GLON easier. (Merges the GLON scripts into a single file, but keeps code in distinct sections.)
- Adds a new "sign": the quote sign. (Allows tagging a parent line with a quote,
"
, to make all values in the sub-object strings.) - Updates documentation. (Addresses changes and makes minor improvements.)
- Updates change log. (Summarises all notable changes.)
- Site:
- Makes viewing messages from the GLON converter easier. (Adds a logs area to the front end that updates live.)
- Makes browsing the documentation easier. (Adds 'previous' and 'next' section navigation.)
- Visit the GLON site.
GLON v0.0.2
- Date: 2024-09-22
- Version: 0.0.2
- Main changes:
- Improves the GLON to JS converter. (Rewrites code to process data from top to bottom, in fewer loops.)
- Improves the available hooks. (Passes more data to user functions to expand possible use cases.)
- Adds a "max_key_length" option. (Seeks a key within a set range from a line's start, then moves on.)
- Simplifies the specification. (Cuts a concept from docs and code to keep the format focused.)
- Adds a comparison table. (To show how GLON and other data serialisation formats differ.)
- View GLON Site
GLON v0.0.1b
- Date: 2023-08-10
- Version: 0.0.1
- Site changes:
- Adds an icon to the project.
- Displays documentation code blocks differently for easier reading.
GLON v0.0.1
- Date: 2023-08-08
- Version: 0.0.1
- Renames the hook functions.
GLON v0.0.0
- Date: 2023-07-31
- Version: 0.0.0
- Contents:
- glon.js: (41KB) To convert from GLON to JS(ON) and from JS(ON) to GLON.
- The GLON site: To introduce and document GLON, the GLON parser and how to use both.
- CHANGELOG.txt
- LICENSE.txt: MIT (GLON software)