Changes since v0.0.1:
- Colour-formatted json responses
- When pretty printing JSON responses from the device, they will now be highlighted with colours
- Commit: 644a5f6
- Allow escaping and special characters in
StrToMap()
- The custom JSON mapper has certain tokens with special meanings (
;
,:
,,
). These tokens can now be escaped using a backslash (\
) - Commit: 96897c8
- The custom JSON mapper has certain tokens with special meanings (
- Use OS-agnostic config/history locations
.ioprc
is now phased out in favour ofinit.iop
in proper locations- Favour the cache directory instead of the temporary files directory when saving shell history
- These locations are OS-specific. No more writing the history in
C:\tmp\
on Windows - Commit: a90a4d2