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: SingletonTheory/ServiceStack.Text
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: SingletonTheory/ServiceStack.Text
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3-fixes
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 9 commits
  • 6 files changed
  • 5 contributors

Commits on Oct 2, 2013

  1. Grrr, re-add .0 version suffix

    mythz committed Oct 2, 2013
    Configuration menu
    Copy the full SHA
    115711a View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2013

  1. Fixes Should_not_put_double_underscore. Added Should_not_split_digits.

    James Cunningham authored and mythz committed Oct 4, 2013
    Configuration menu
    Copy the full SHA
    d6bfbe6 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2013

  1. Configuration menu
    Copy the full SHA
    97c9333 View commit details
    Browse the repository at this point in the history
  2. Merge pull request ServiceStack#383 from jeffgabhart/lowercase-unders…

    …core
    
    Adds a failed LowercaseUnderscore Test to show regression
    mythz committed Oct 10, 2013
    Configuration menu
    Copy the full SHA
    02da9a3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    62dbb23 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2013

  1. Nullable<DateTimeOffset> Deserialization Fix

    Requesting this change to enable a DateTimeOffset? value to deserialize
    to null properly when the JSON request's field is null or missing.
    DateTime? already supports this functionality, but it appears to be
    missing currently for DateTimeOffset?
    aifdsc committed Oct 18, 2013
    Configuration menu
    Copy the full SHA
    ad951a3 View commit details
    Browse the repository at this point in the history
  2. Merge pull request ServiceStack#384 from aifdsc/v3-fixes

    Nullable<DateTimeOffset> Deserialization Fix
    mythz committed Oct 18, 2013
    Configuration menu
    Copy the full SHA
    9347b76 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2013

  1. Fixes two bugs in deserializing DateTime objects from strings.

    1) Long-form dates "yyyy-MM-ddTHH:mm:ss.fffffffZ" are now correctedly parsed with Kind=Utc
    
    Previously, only short-form dates (no trailing ".ffff" milliseconds) were parsed as Kind=Utc. Long-form were parsed as Kind=Local
    
    2) Added RepairXsdTimeSeparator() method to work around a bug in System.Data.SQLite v1.0.88, which sometimes uses a space instead of the 'T' separator between the time and date.
    
    Obligatory XKCD reference: http://xkcd.com/1179/
    Doug Schmidt committed Oct 28, 2013
    Configuration menu
    Copy the full SHA
    2dbc177 View commit details
    Browse the repository at this point in the history
  2. Merge pull request ServiceStack#386 from schmidt4brains/v3-fixes

    Fixes two bugs in deserializing DateTime objects from strings.
    mythz committed Oct 28, 2013
    Configuration menu
    Copy the full SHA
    21f20b0 View commit details
    Browse the repository at this point in the history
Loading