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

Add support for encoding.TextUnmarshaler #6

Open
wants to merge 13 commits into
base: master
Choose a base branch
from

Commits on Apr 14, 2020

  1. add text unmarshaler with test

    Jasper Boot committed Apr 14, 2020
    Configuration menu
    Copy the full SHA
    2faffc6 View commit details
    Browse the repository at this point in the history
  2. support non-pointer only and use time as example

    Jasper Boot committed Apr 14, 2020
    Configuration menu
    Copy the full SHA
    9399199 View commit details
    Browse the repository at this point in the history
  3. rearrange code and add comment

    Jasper Boot committed Apr 14, 2020
    Configuration menu
    Copy the full SHA
    94f54e5 View commit details
    Browse the repository at this point in the history
  4. add one more comment

    Jasper Boot committed Apr 14, 2020
    Configuration menu
    Copy the full SHA
    d6464b8 View commit details
    Browse the repository at this point in the history
  5. more appropriate names and subtitute type field

    Jasper Boot committed Apr 14, 2020
    Configuration menu
    Copy the full SHA
    bdbe441 View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2020

  1. add example with time.Time to README.md

    Jasper Boot authored and qexpres committed Apr 15, 2020
    Configuration menu
    Copy the full SHA
    e1209b7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a855d92 View commit details
    Browse the repository at this point in the history

Commits on May 2, 2020

  1. Configuration menu
    Copy the full SHA
    e51fbdf View commit details
    Browse the repository at this point in the history
  2. minimize code diff

    qexpres committed May 2, 2020
    Configuration menu
    Copy the full SHA
    eb92c71 View commit details
    Browse the repository at this point in the history
  3. remove unused constant

    qexpres committed May 2, 2020
    Configuration menu
    Copy the full SHA
    486ae73 View commit details
    Browse the repository at this point in the history

Commits on May 4, 2020

  1. Configuration menu
    Copy the full SHA
    60011fb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    37828bd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    527e673 View commit details
    Browse the repository at this point in the history