webwire-cli 0.1.4

Contract-First API System - Command Line Interface
Documentation
# Change Log

## v0.1.4

* Fix TS generation for Option type

## v0.1.3

* Add support for user defined builtin types
* Fix TS generation issues:
  * references to root namespace
  * empty enums
  * date/time types

## v0.1.2

* Add support for include directive
* Improve type validation
* Improve code generators for Rust and TypeScript

## v0.1.1

* Change binary name to `webwire`
* Fix code examples in README

## v0.1.0

* First release