Skip to content

v0.3.9

Compare
Choose a tag to compare
@lostpebble lostpebble released this 28 Jul 15:32
· 113 commits to master since this release

Added methods for creating keys using the base Pebblebed object:

Pebblebed.keys()
Pebblebed.keysFromObjectArray()
Pebblebed.uniqueKeysFromObjectArray()

As well as now being able to use those created keys to load entities:

TestModel.load(keys).run()