- Fixed a bug that prevented locked methods from executing.
Next patch: fix the recursive limit for CLIp.GetRelevantCommands
- Error message typos fixed and improved.
- Fixed listeners not firing when bound to a commandlet not configured to do so in non-strict mode.
- Internal changes, such as less redundancy with type checking (
"undefined" === typeof my_var
instead oftypeof void 0 === typeof my_var
). - Many more changes that do not affect the overall use of CLIp.
- Fixed a bug where you can bind commandlets to commandlets