Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: go-openapi/strfmt
base: v0.19.3
Choose a base ref
...
head repository: go-openapi/strfmt
compare: v0.19.5
Choose a head ref
  • 11 commits
  • 7 files changed
  • 5 contributors

Commits on Oct 23, 2019

  1. add methods for Date and DateTime to fulfil interfaces:

    - gob.GobEncoder
    - gob.GobDecoder
    - encoding.BinaryMarshaler
    - encoding.BinaryUnmarshaler
    
    Signed-off-by: Marko Milojevic <marko.milojevic@aoe.com>
    Ompluscator committed Oct 23, 2019
    Copy the full SHA
    155248c View commit details
    Browse the repository at this point in the history
  2. fixed wsl warnings

    Signed-off-by: Marko Milojevic <marko.milojevic@aoe.com>
    Ompluscator committed Oct 23, 2019
    Copy the full SHA
    10cbedc View commit details
    Browse the repository at this point in the history
  3. Merge pull request #59 from Ompluscator/encoding-interfaces

    Methods for fulfil methods from encoding and gob packages
    casualjim committed Oct 23, 2019
    Copy the full SHA
    489e930 View commit details
    Browse the repository at this point in the history
  4. Fixes #41: Marshal DateTime as DateTime BSON primitive with updated m…

    …ongoDB driver
    
    Signed-off-by: Patrick Facheris <pfacheris@appnexus.com>
    Patrick Facheris authored and Patrick Facheris committed Oct 23, 2019
    Copy the full SHA
    6811b08 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2019

  1. Copy the full SHA
    582f035 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #60 from PFacheris/master

    Fixes #41: Marshal DateTime as DateTime BSON primitive with…
    fredbi committed Oct 25, 2019
    Copy the full SHA
    70a3b81 View commit details
    Browse the repository at this point in the history
  3. updated golangci rules

    Signed-off-by: Frederic BIDON <fredbi@yahoo.com>
    fredbi committed Oct 25, 2019
    Copy the full SHA
    5c817db View commit details
    Browse the repository at this point in the history
  4. Merge pull request #61 from fredbi/update-linting-config

    updated golangci rules
    casualjim committed Oct 25, 2019
    Copy the full SHA
    fff9724 View commit details
    Browse the repository at this point in the history
  5. a bit of doc to close #8

    Signed-off-by: Frederic BIDON <fredbi@yahoo.com>
    fredbi authored and casualjim committed Oct 25, 2019
    Copy the full SHA
    1940fb2 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2020

  1. Add reduced time precision formats as valid iso8601 format

    Signed-off-by: Sriram Venkatesh <sriram.venkatesh@versent.com.au>
    srizzling committed Mar 1, 2020
    Copy the full SHA
    9c9346e View commit details
    Browse the repository at this point in the history
  2. Merge pull request #64 from srizzling/add-reduced-precision-valid-iso…

    …8601
    
    Add reduced time precision formats as valid iso8601 format
    casualjim committed Mar 1, 2020
    Copy the full SHA
    2887e74 View commit details
    Browse the repository at this point in the history