Skip to content

Tags: molsonkiko/JsonToolsNppPlugin

Tags

v8.4.0.4

Toggle v8.4.0.4's commit message
Release v8.4.0.4

- update GitHub references to point to this branch
- Add indicators showing that this is the big integer version,
    not the main version,
    since they will be maintained in parallel
- fix bug where integers bigger than double.MaxValue
    would be treated as bigger than double.Infinity

v8.4

Toggle v8.4's commit message
Release JsonTools v8.4

v8.3.1

Toggle v8.3.1's commit message
Release v8.3.1: Fix crash with empty Rpath query

FIX: previously a RemesPath query that was empty or only whitespace
	could cause Notepad++ to crash.
	Now this error is caught and properly handled.
FIX: Properly throw an error with (hopefully) all cases where
	two valid RemesPath queries are not separated by a binop.
	For example, `@[0] * 7 3` or `7 + 9 s_len(bar)`
	would previously not have thrown errors even though they are syntactic nonsense.

v8.3

Toggle v8.3's commit message
Release v8.3; show full precision of bad decimals

Version
Previously the decimal numbers that weren't roundtripped by JsonTools
	were not displayed at full precision, which misses the whole point
	of displaying them in the test results

v8.2

Toggle v8.2's commit message
Release v8.2

Also make round-trip failure not exit double array dump/parse benchmark early

v8.1

Toggle v8.1's commit message
Update release date for v8.1 in docs

v8.0

Toggle v8.0's commit message
Release JsonTools v8; update SetCurrentBufferInternalName

- API for renaming untitled tabs is being changed starting in Npp 8.6.9
- Also lowered threshold for stopping grepping
    to about 200MB of grepped files on 32bit Notepad++,
    b/c memory errors happen easier in 32bit.

v7.2.0

Toggle v7.2.0's commit message
Release v7.2; don't focus editor on auto-parse

v7.1.0

Toggle v7.1.0's commit message
update references to v7.1 to reflect release

v7.0.0

Toggle v7.0.0's commit message
release v7; up CSV sniff perf; valid8n ignore sel

RELEASE v7.0. Tested on Notepad++ versions
    7.3.3, 8.3.3, 8.4.1, 8.5.8, 8.6.1, and 8.6.2.
FIX: greatly improve performances of CSV sniffing
    by doing fast initial scan to determine EOL
CHANGE: automatic validation based on filename patterns
    now always parses and validates the entire file,
    even if the user has text selected that happens to be valid json
    at the time of the automatic validation.