File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed
Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,12 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how
66
77The versions in this file adhere to [ semantic versioning] ( https://semver.org/ ) .
88
9+ ## [ 0.9.0]
10+
11+ - Added detectArrays option to deserializer which automatically detects array-like keyvalue structures and resolves them as javascript arrays
12+ - Fixed deserialization resolving things as numbers when they shouldn't have been
13+ - Removed test script files from shipped module
14+
915## [ 0.8.0]
1016
1117- Added KvSerializer to serialize and deserialize keyvalue documents to and from javascript objects
Original file line number Diff line number Diff line change 11{
22 "name" : " @sourcelib/kv" ,
3- "version" : " 0.8 .0" ,
3+ "version" : " 0.9 .0" ,
44 "description" : " Source Engine KeyValue file parser and tokenizer library" ,
55 "main" : " lib/main.js" ,
66 "scripts" : {
You can’t perform that action at this time.
0 commit comments