All Versions
19
Latest Version
Avg Release Cycle
6 days
Latest Release
1245 days ago

Changelog History
Page 1

  • v0.8.1 Changes

    November 25, 2020

    #129 fix Query.Sort() erroring later if field list is empty
    #130 fix IsDup(nil) panicking
    #133 fix custom field setId bug
    ⚑️ #135 Update no such document error

  • v0.8.0 Changes

    November 15, 2020
    • πŸ‘Œ Support All official Mongo-go-driver options in Insert/Update/Upsert/Replace/Remove API
    • Split implement of hook interface to before hook and after hook, user only need to implement one interface function when only need before hook or after hook
  • v0.7.8 Changes

    October 27, 2020
    • πŸ‘Œ Support UpsertId
    • πŸ‘Œ Support UpdateId
    • ⏱ Enlarge Ping timeout
    • πŸ‘Œ Support Hint() when Find
  • v0.7.7 Changes

    October 15, 2020

    πŸ›  fix #114
    Distinct() could not work when different types of values

  • v0.7.6 Changes

    September 27, 2020
    • πŸ›  fix error in Find().Apply()
  • v0.7.5 Changes

    September 27, 2020
    • βž• Add API: Find().Apply()
    • βž• Add copyright
  • v0.7.4 Changes

    September 19, 2020
    • πŸ‘Œ Support new options to indexes operation

      Unique bool // Prevent two documents from having the same index key
      Background bool // Build index in background and return immediately
      Sparse bool // Only index documents containing the Key fields
      ExpireAfterSeconds *int32 // Periodically delete docs with indexed time.Time older than that.
      
    • Introduce new API CreateOneIndex and CreateIndexes,

    • πŸ—„ Deprecated EnsureIndexes

  • v0.7.3 Changes

    September 19, 2020

    ⚑️ UpdateWithDocument rename to ReplaceOne

  • v0.7.2 Changes

    September 19, 2020

    πŸ‘ Upsert support fields

  • v0.7.1 Changes

    September 13, 2020
    • πŸ†• New API UpdateWithDocument
    • πŸ‘Œ Support automatically default and custom fields
    • ⚑️ Hooks without options in InsertOne 、InsertMany and UpdateWithDocument