@liascript/editor 1.1.41--1.0.5 → 1.1.41--1.0.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
4
4
 
5
5
  The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6
6
 
7
+ ## [1.0.6] - 13/04/2026
8
+
9
+ fix: resource loading for javascript from GitHub on Edge and Chrome on Windows failed, due to raise condition.
10
+ improve: now faster loading of JavaScript resources from GitHub.
11
+ improve: script-tag body parser is now more robust and can handle more complex scripts, even with errors and false strings as well as multiline-comments.
12
+
7
13
  ## [1.0.5] - 09/04/2026
8
14
 
9
15
  - feat: TTS now uses a scored voice-selection algorithm with language fallback chains covering 200+ languages. If a voice for the requested language is not available, linguistically related languages are tried in order.