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

rebase #4

Merged
merged 48 commits into from
Jan 2, 2023
Merged

rebase #4

merged 48 commits into from
Jan 2, 2023

Commits on Mar 29, 2021

  1. Configuration menu
    Copy the full SHA
    6ab567f View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2021

  1. Configuration menu
    Copy the full SHA
    b68132f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1a2dafc View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2021

  1. Configuration menu
    Copy the full SHA
    60a9869 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    31a5893 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9e50727 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4be21bd View commit details
    Browse the repository at this point in the history
  5. Refactoring

    GREsau committed Apr 16, 2021
    Configuration menu
    Copy the full SHA
    5f841f2 View commit details
    Browse the repository at this point in the history
  6. Support inline regex

    GREsau committed Apr 16, 2021
    Configuration menu
    Copy the full SHA
    c013052 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2021

  1. Configuration menu
    Copy the full SHA
    7914593 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2021

  1. Add some doc comments

    GREsau committed Apr 24, 2021
    Configuration menu
    Copy the full SHA
    d99a96f View commit details
    Browse the repository at this point in the history
  2. Fix doc test

    GREsau committed Apr 24, 2021
    Configuration menu
    Copy the full SHA
    af69a8e View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2021

  1. Configuration menu
    Copy the full SHA
    605db3b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    63b3055 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2021

  1. upgrade diem dep (#1)

    nanne007 authored Sep 18, 2021
    Configuration menu
    Copy the full SHA
    df0a148 View commit details
    Browse the repository at this point in the history
  2. Merge pull request GREsau#78 from GREsau/validate

    Read #[validate(...)] attributes
    GREsau authored Sep 18, 2021
    Configuration menu
    Copy the full SHA
    cec8751 View commit details
    Browse the repository at this point in the history
  3. Update changelog and docs

    GREsau committed Sep 18, 2021
    Configuration menu
    Copy the full SHA
    1d3541b View commit details
    Browse the repository at this point in the history
  4. Add newline to attributes docs

    GREsau committed Sep 18, 2021
    Configuration menu
    Copy the full SHA
    7a8eeaf View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2021

  1. v0.8.4

    GREsau committed Sep 19, 2021
    Configuration menu
    Copy the full SHA
    00e482c View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2021

  1. Allow empty #[validate] attributes.

    GREsau committed Sep 20, 2021
    Configuration menu
    Copy the full SHA
    de7314f View commit details
    Browse the repository at this point in the history
  2. v0.8.5

    GREsau committed Sep 20, 2021
    Configuration menu
    Copy the full SHA
    dec8bcc View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2021

  1. Configuration menu
    Copy the full SHA
    0a1200b View commit details
    Browse the repository at this point in the history
  2. v0.8.6

    GREsau committed Sep 26, 2021
    Configuration menu
    Copy the full SHA
    33e54d3 View commit details
    Browse the repository at this point in the history
  3. Correct latest changelog entry

    GREsau committed Sep 26, 2021
    Configuration menu
    Copy the full SHA
    515a87a View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2021

  1. update diem dep

    nanne007 committed Sep 30, 2021
    Configuration menu
    Copy the full SHA
    44133de View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2021

  1. Implement JsonSchema on EnumSet type

    mwcampbell authored and GREsau committed Oct 10, 2021
    Configuration menu
    Copy the full SHA
    d059686 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2021

  1. update diem dep

    nanne007 committed Oct 13, 2021
    Configuration menu
    Copy the full SHA
    67e185d View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2021

  1. Upgrade move deps (#3)

    * [deps] Upgrade move types dep.
    jolestar authored Nov 12, 2021
    Configuration menu
    Copy the full SHA
    0dabf77 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2021

  1. Update examples after 0a1200b

    GREsau committed Nov 14, 2021
    Configuration menu
    Copy the full SHA
    6f39a13 View commit details
    Browse the repository at this point in the history
  2. Allow non-Serialize default values.

    Default values that don't implement Serialize are now ignored, rather than causing a compile error.
    This is done by simulating specialization using a technique copied from Rocket:
    https://github.com/SergioBenitez/Rocket/blob/5ebefa97c992c37bdc476299304a339d429a43fc/core/lib/src/sentinel.rs#L391-L445
    
    Fixes GREsau#115
    GREsau committed Nov 14, 2021
    Configuration menu
    Copy the full SHA
    690fe44 View commit details
    Browse the repository at this point in the history
  3. v0.8.7

    GREsau committed Nov 14, 2021
    Configuration menu
    Copy the full SHA
    1a13ba9 View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2021

  1. update diem deps

    nanne007 committed Nov 23, 2021
    Configuration menu
    Copy the full SHA
    c1d2fa8 View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2021

  1. Configuration menu
    Copy the full SHA
    3cac0e5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f0d2b1c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d549957 View commit details
    Browse the repository at this point in the history
  4. Internally tagged enums don't honor deny_unknown_fields as precisely as

    they might.
    
    flatten doesn't act quite as intended with regard to
    additional_properties
    ahl authored and GREsau committed Nov 25, 2021
    Configuration menu
    Copy the full SHA
    98ad162 View commit details
    Browse the repository at this point in the history
  5. v0.8.8

    GREsau committed Nov 25, 2021
    Configuration menu
    Copy the full SHA
    e9d5f40 View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2021

  1. update diem deps to latest

    nanne007 committed Nov 30, 2021
    Configuration menu
    Copy the full SHA
    764532f View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2021

  1. update diem deps

    nanne007 committed Dec 2, 2021
    Configuration menu
    Copy the full SHA
    3f8ecc2 View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2022

  1. Update dep

    sanlee42 committed Jan 10, 2022
    Configuration menu
    Copy the full SHA
    8ada318 View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2022

  1. update diem deps

    nanne007 committed Jan 13, 2022
    Configuration menu
    Copy the full SHA
    fa9abf1 View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2022

  1. Configuration menu
    Copy the full SHA
    463aa92 View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2022

  1. update diem dep

    nanne007 committed Jan 20, 2022
    Configuration menu
    Copy the full SHA
    fd4e39f View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2022

  1. Update diem dep

    sanlee42 committed Feb 17, 2022
    Configuration menu
    Copy the full SHA
    0841675 View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2022

  1. [crypto] Update dependency crypto to use starcoinorg/starcoin-crypto …

    …repo (#5)
    
    * [crypto] Update dependency crypto to use starcoinorg/starcoin-crypto repo.
    
    * [deps] Update move-core-types to starcoinorg/move
    jolestar authored Feb 24, 2022
    Configuration menu
    Copy the full SHA
    d303c93 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2022

  1. Remove diem types

    sanlee42 committed Mar 7, 2022
    Configuration menu
    Copy the full SHA
    eb0d997 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6972da9 View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2023

  1. Configuration menu
    Copy the full SHA
    70a23b0 View commit details
    Browse the repository at this point in the history