Skip to content

Releases: Easypanel-Community/easypanel

v0.3.1

27 Nov 13:10

Choose a tag to compare

   🐞 Bug Fixes

    View changes on GitHub

v0.3.0

27 Nov 11:24

Choose a tag to compare

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub

v0.2.0

26 Nov 09:03

Choose a tag to compare

   🚀 Features

easypanel.js move all api and refactor.

Thank you @AydinTheFirst

    View changes on GitHub

v0.1.0

26 Nov 06:04

Choose a tag to compare

Breaking Changes

Token usage has been switched. New apis added.

image

import { easypanel } from 'easypanel-sdk'
import { config } from 'dotenv'

config()

const app = easypanel({
  endpoint: process.env.EASYPANEL_URL || '',
  token: process.env.EASYPANEL_TOKEN || '',
})

const project = await app.projects.create({ name: 'NewProject' })
console.warn(project)

   🚀 Features

    View changes on GitHub

v0.0.5

14 Nov 05:19

Choose a tag to compare

   🐞 Bug Fixes

    View changes on GitHub

v0.0.4

14 Nov 05:09

Choose a tag to compare

No significant changes

    View changes on GitHub

v0.0.3

13 Nov 17:13

Choose a tag to compare

   🚀 Features

    View changes on GitHub

v0.0.2

13 Nov 15:03

Choose a tag to compare

No significant changes

    View changes on GitHub

v0.0.1

13 Nov 15:02

Choose a tag to compare

No significant changes

    View changes on GitHub