Nexo Maker Docs
  • Welcome
  • Getting Started
    • Basic Concepts
      • Starting a Expansion
      • Compiling your Expansion
  • Visual API
    • Modularjs
      • Modularjs Basics
      • Styling
      • useState()
      • useEffect()
      • useGlobalState()
      • useProjectState()
    • [Deprecated] Components
      • Custom HTML documents
    • Themes
      • Replace Assets
      • Assets List
  • Functional API
    • Post Functions
      • Post Sidebar Button
      • Post Editor Module
    • Get Functions
      • Load Assets
      • Load File
      • Get Project
  • API Changelogs
    • Changelog 0.6.1
Powered by GitBook
On this page
  1. API Changelogs

Changelog 0.6.1

Reflects additions and modifications on the API

The changelog system is made to be used as AI prompt with your expansion main.js code, no context required.

- imgconvert()
+ loadAsset()

- readYaml()
+ yaml.read()

- writeYaml()
+ yaml.write()

- readProjects()
+ getProjects()

- readItems()
+ nexoitems.load()

- openModel()
+ execBlockbench() 

- regModule()
+ postModule()

- readFile()
+ loadFile()

- injectStyle()
+ defineStyle()

- regSidebarIcon()
+ postSidebarIcon

- injectStyle()
+ defineStyle()
+ postAsset()

+ postSettingsTab()

PreviousGet Project

Last updated 18 days ago