Skip to content

Releases: rands0n/vufer

v1.0.0

Choose a tag to compare

@rands0n rands0n released this 21 Nov 11:11

v1.0.0

  • Create Vufer::Target.dups to view duplated related targets.
  • Create Vufer::Target.summary to get a summary of a target.

v0.4.1

Choose a tag to compare

@rands0n rands0n released this 21 Nov 00:22

v0.4.1

  • Create Vufer::Target.create method to add a new target on the database.
  • Create Vufer::Target.update to update a created target on the database.

v0.3.1

Choose a tag to compare

@rands0n rands0n released this 20 Nov 23:01

v0.3.1

  • Create Vufer::Target.all method to load all ids from Vuforia associated with the server key.

v0.2.1

Choose a tag to compare

@rands0n rands0n released this 20 Nov 19:31
  • Create Vufer.summary to load info about targets, quota, requests, etc.. from Vuforia.
  • Implement a proper CI to run tests.

v0.1.1

Choose a tag to compare

@rands0n rands0n released this 16 Nov 11:58

v0.1.1

  • Create Vufer::Target.find(target_id) method to get target from Vuforia.
  • Enable .env.example example on how to use environment variables.

v0.0.1

Choose a tag to compare

@rands0n rands0n released this 28 Oct 17:21

0.0.1

  • Builds Vufer module to be created.