Skip to content

v0.7.0

Compare
Choose a tag to compare
@jtc42 jtc42 released this 30 Jun 17:30
· 475 commits to master since this release

v0.7.0 (2020-06-30)

  • Introduced simpler API view spec declerations (caa983b)
  • Added alias to Flask Response class (c9d693c)
  • Added alias to Marshmallow pre_dump and pre_load (c80e45f)
  • Handle missing schema better (31a7a04)
  • Improved coverage (1c6a019)
  • Improved coverage (a0ec226)
  • Improved coverage for lock call context (8d37bd8)
  • Improved tag test (d7889d0)
  • Improved WS response checker (d6c69eb)
  • Loostened codecov failure conditions (c4fc243)
  • Made class-tags non-removable by default (6b41db8)
  • Move content_type into class responses dictionary (a2302fe)
  • Removed decorators entirely (c9f7dbc)
  • Removed docs view property (d5565cd)
  • Removed legacy property mode and raise invalid semtypes (f363982)
  • Removed marshal_task (80ef05b)
  • Removed old debug prints (b0e17dc)
  • Removed old doc_response decorator (959ef15)
  • Removed unnecesarry get_semantic_type function (5eccd7c)
  • Removed unused function (945062d 6da51b7)
  • Removed unused variable (59ca394)
  • Removed URL prefix (cdf151c)
  • Removed uses of old apispec (833229f)
  • Specified marshal_methods (3020d31)
  • Started testing class-attribute spec definitions (f130d66)
  • Switched to PUT for properties (376db07)
  • Tidied up view descriptions (48e34d9)
  • Updated APIspec tests (097f506)
  • Updated default server view tests (e1f4ca8)
  • Updated examples (2d30c12)
  • Updated TD tests (5d2be38)
  • Updated version and dependencies (6d4c873)
  • Updated view builder tests (a455797)