Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added support custom type and fixed bugs #49

Merged
merged 10 commits into from
Jun 19, 2020
Merged

Added support custom type and fixed bugs #49

merged 10 commits into from
Jun 19, 2020

Commits on Apr 8, 2020

  1. feat(customtype): added support custom type qri-io#48

    - added Unmarshaler\Marshaler interfaces
    gebv committed Apr 8, 2020
    Configuration menu
    Copy the full SHA
    dd40e66 View commit details
    Browse the repository at this point in the history
  2. feat(customtype): added tests

    gebv committed Apr 8, 2020
    Configuration menu
    Copy the full SHA
    3d478d7 View commit details
    Browse the repository at this point in the history
  3. fix(util): unmarshal NoneType

    - (fix) unmarshal NoneType to nil
    gebv committed Apr 8, 2020
    Configuration menu
    Copy the full SHA
    e5e0525 View commit details
    Browse the repository at this point in the history
  4. refactor(util): unmarshal dict if key is not string

    - (refactoring) added supported for dict if key is not string - transform to map[interface{}]interface{}
    gebv committed Apr 8, 2020
    Configuration menu
    Copy the full SHA
    7f0ff5d View commit details
    Browse the repository at this point in the history
  5. fix(tests): remove draft code

    gebv committed Apr 8, 2020
    Configuration menu
    Copy the full SHA
    0937726 View commit details
    Browse the repository at this point in the history
  6. chore(dep): upd vendor

    - added packages for tests
    - added github.com/pkg/errors
    gebv committed Apr 8, 2020
    Configuration menu
    Copy the full SHA
    8e08571 View commit details
    Browse the repository at this point in the history

Commits on May 14, 2020

  1. Configuration menu
    Copy the full SHA
    63d58ad View commit details
    Browse the repository at this point in the history
  2. Update util/util.go

    Co-authored-by: Brendan O'Brien <sparkle_pony_2000@qri.io>
    gebv and b5 authored May 14, 2020
    Configuration menu
    Copy the full SHA
    90fec5a View commit details
    Browse the repository at this point in the history
  3. Update util/util.go

    Co-authored-by: Brendan O'Brien <sparkle_pony_2000@qri.io>
    gebv and b5 authored May 14, 2020
    Configuration menu
    Copy the full SHA
    66df20b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2c587a2 View commit details
    Browse the repository at this point in the history