Skip to content

v2.0.0

Compare
Choose a tag to compare
@edsilv edsilv released this 27 Oct 09:59
· 477 commits to master since this release
  • Removed Manifesto.getRenderings(). Use ManifestResource.getRenderings() instead.
  • Removed Manifesto.getService(). Use Manifesto.Utils.getService() instead.
  • Removed Manifesto.getTreeNode(). Use new Manifeso.TreeNode() instead.
  • Removed Manifesto.isImageProfile(). Use Manifesto.Utils.isImageProfile() instead.
  • Removed Manifesto.isLevel0ImageProfile(). Use Manifesto.Utils.isLevel0ImageProfile() instead.
  • Removed Manifesto.isLevel1ImageProfile(). Use Manifesto.Utils.isLevel1ImageProfile() instead.
  • Removed Manifesto.isLevel2ImageProfile(). Use Manifesto.Utils.isLevel2ImageProfile() instead.
  • Removed Manifesto.loadExternalResources(). Use Manifesto.Utils.loadExternalResources() instead.