Skip to content

Releases: gomicro/bogus

v0.1.2

15 Sep 04:24
e1932a6
Compare
Choose a tag to compare
  • CHANGES - switch to using go modules

v0.1.1

11 Apr 22:36
dbd2e06
Compare
Choose a tag to compare
  • Adds SetHeaders method to Path object to define what headers a path should return
  • Adds functionality to return defined headers for a given path

v0.1.0

21 Oct 08:08
Compare
Choose a tag to compare
  • Removes SetPayload() and SetStatus() from the bogus server object. All path manipulation must go through the path objects now.
  • Removes defaulting to GET method, all methods treated equally now and must be set if wanted
  • Moves path object to paths package
  • Adds New() method to paths package
  • Updates to use dep instead of glide
  • Updates godocs to have some examples

v0.0.3

11 Dec 21:00
Compare
Choose a tag to compare
  • Updates dependencies
  • Adds more meaningful comments for godoc generation
  • General project linting

v0.0.2

25 Oct 05:42
Compare
Choose a tag to compare
  • Updating Gomega and Goblin to not use their semvers as they are way out of date

v0.0.1

25 Oct 04:53
Compare
Choose a tag to compare
Merge pull request #10 from gomicro/godeps-to-glide

Godeps to glide