You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
improving unit test for core modules (#9) FEATURE: - Add testing framework supported `scenario` and `step`, inspire by *ThoughtWorks, Guage* (#9) ENHANCEMENT: - Add unit testing cases to improving line coverage at core modules. (#9) - Improved CI workflow. (#9) BUGFIX: - Fix JSON decoding error for py3.5. (#9)
enhancement schema for response case-insensitive and miss key (#7) FEATURE: - Set zero-value as the default value for container types (list, dict) (#7) - Add case-insensitive converting at the schema (#7) - Add non-strict mode for the type system (#7)
fix eip typo and object schema (#6) BUGFIX: - Fix the typo of automatic generating (such as `eip`, `vip`), and compatible with the old version (#6) - Fix object schema class to object (such as `unet` schema) (#6)
improve documentation and http transport (#5) ENHANCEMENT: - Improve documentation: add response fields and models to service documentation (#5) BUGFIX: - Fix transport keywork arguments has no-effected error, add user-agent to default headers (#5)