You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
rstam 8284c37696 Edits to the release notes. 14 years ago
..
Exceptions Worked on the wording of hundreds of exception messages. Things like turning them into complete sentences that end in a period and adding relevant values when they are helpful. 14 years ago
IO Added guidRepresentation parameter to WriteBinaryData. Most writers end up ignoring it (for example, the BsonBinaryWriter ignores it because BSON has no place to store it), but BsonDocumentWriter uses it to preserve the GuidRepresentation of the BsonBinaryData in the resulting BsonDocument. 14 years ago
ObjectModel Implemented CSHARP-251. Added support for custom type mappers to BsonTypeMapper. 14 years ago
Properties Updated copyright notices. 15 years ago
Serialization Added guidRepresentation parameter to WriteBinaryData. Most writers end up ignoring it (for example, the BsonBinaryWriter ignores it because BSON has no place to store it), but BsonDocumentWriter uses it to preserve the GuidRepresentation of the BsonBinaryData in the resulting BsonDocument. 14 years ago
Bson.csproj Implemented CSHARP-251. Added support for custom type mappers to BsonTypeMapper. 14 years ago
BsonConstants.cs Implemented Shell JsonOutputMode for DateTime and adjusted lots of unit tests since Shell is now the default output mode. 15 years ago
BsonDefaults.cs Replaced GuidByteOrder with GuidRepresentation. Binary sub type 3 is now called UuidLegacy, and a new sub type 4 called Uuid is introduced to represent UUIDs stored in a well defined network byte order. Sub type 3 represents legacy UUIDs stored in a driver dependent byte order. The lowest level at which the GuidRepresentation can be configured is the collection. This is a breaking change from some code because the value of BsonBinarySubType Uuid changed from 3 to 4. 14 years ago
BsonExtensionMethods.cs Partial work on CSHARP-212. Added Powershell friendly versions of ToBson, ToBsonDocument and ToJson to BsonExtensionMethods. 14 years ago
BsonUtils.cs Worked on the wording of hundreds of exception messages. Things like turning them into complete sentences that end in a period and adding relevant values when they are helpful. 14 years ago