Skip to content

2.0.0-beta1: Major Refactor of API

Pre-release
Pre-release
Compare
Choose a tag to compare
@oschwald oschwald released this 29 Jan 20:55
· 469 commits to main since this release
  • Significant API changes. The Find method now takes a type parameter
    specifying the type to deserialize to. Note that JToken is not supported
    for this. You can either deserialize to an arbitrary collection or to
    model classes that use the MaxMind.Db.Constructor and
    MaxMind.Db.Parameter attributes to identify the constructors and
    parameters to deserialize to.
  • The API now significantly faster.