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: gdbots/pbj-js
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.2.0
Choose a base ref
...
head repository: gdbots/pbj-js
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 18 commits
  • 227 files changed
  • 1 contributor

Commits on Sep 13, 2017

  1. Copy the full SHA
    04ef632 View commit details
  2. 0.2.1

    gdbrown committed Sep 13, 2017
    Copy the full SHA
    0ce7a64 View commit details

Commits on Dec 9, 2017

  1. add codeclimate

    gdbrown authored Dec 9, 2017
    Copy the full SHA
    b49ad8b View commit details

Commits on Dec 30, 2017

  1. utf8 upgrade (#9)

    * Update peerDependencies to allow utf8 ^2.1.2 || ^3.0.0
    
    * 0.2.2
    gdbrown authored Dec 30, 2017
    Copy the full SHA
    85a9693 View commit details
  2. Copy the full SHA
    c945134 View commit details
  3. 0.2.3

    gdbrown committed Dec 30, 2017
    Copy the full SHA
    f94eddd View commit details

Commits on Dec 23, 2018

  1. Apply same guard rules for all string types (#10)

    * Apply same guard rules for all string types
    
    * 0.2.4
    gdbrown authored Dec 23, 2018
    Copy the full SHA
    5cfe606 View commit details
  2. whoah, easy eslint, easy

    gdbrown committed Dec 23, 2018
    Copy the full SHA
    93eb784 View commit details

Commits on Mar 7, 2019

  1. Copy the full SHA
    4f3a0d0 View commit details

Commits on Apr 1, 2019

  1. Copy the full SHA
    729db94 View commit details

Commits on Jun 10, 2019

  1. tag v1.0.0 stable

    gdbrown committed Jun 10, 2019
    Copy the full SHA
    616361c View commit details

Commits on Dec 3, 2019

  1. v1.0.1 - guard identifier and enum types by their name/id to be more …

    …forgiving of npm's nested dependencies.
    gdbrown committed Dec 3, 2019
    Copy the full SHA
    735cbd1 View commit details

Commits on Jun 11, 2020

  1. v2.0.0

    __BREAKING CHANGES__
    
    * Moves `@gdbots/pbj/MessageRef` to `@gdbots/pbj/well-known/MessageRef`
    * Adds implementation for new `node-ref` type with `@gdbots/pbj/types/NodeRefType` and `@gdbots/pbj/well-known/NodeRef`
    * All message resolution and deserialization/unmarshalling is now async so schemas can be lazy loaded.
    * Removes `Mixin` since the `gdbots/pbjc` no longer uses them.
    * Changes `MessageResolver.findOneUsingMixin` and `MessageResolver.findAllUsingMixin` to use a curie (string) for resolution and instead of returning the schema it just returns curies (strings) of the messages using the mixin and is also async.
    * Simplifies `Schema` so the mixins are just the curies in string form, not objects.
    * Removes use of `@gdbots/common` lib as those utils are now move to this lib `@gdbots/pbj/utils/*`.
    gdbrown authored Jun 11, 2020
    Copy the full SHA
    b3ce240 View commit details
  2. Copy the full SHA
    e26b3d5 View commit details

Commits on Jul 13, 2020

  1. Copy the full SHA
    d339b3d View commit details

Commits on Dec 22, 2021

  1. v3.0.0

    __BREAKING CHANGES__
    
    * Configure package as type module now.
    * Use lodash-es explicitly instead of using a babel plugin to replace it.
    * Use explicit imports (including .js) because tape/babel/node or whatever unholy combination of this isn't working without it.
    * Removes all uses of moment.js.
    gdbrown authored Dec 22, 2021
    Copy the full SHA
    545d87a View commit details

Commits on Mar 22, 2023

  1. Copy the full SHA
    b092c0a View commit details
  2. Copy the full SHA
    6790c6d View commit details
Loading