Releases: drashland/moogle
Releases · drashland/moogle
v1.0.0
Importing
In the browser:
<script type="module" src="myScript.js"></script>// myScript.js
import { Moogle } from "https://unpkg.com/@drashland/[email protected]/lib/esm/Moogle.js";
const service = new Moogle();In Node:
# Using npm
$ npm install @drashland/moogle
# Using yarn
$ yarn add @drashland/moogle
// JavaScript
const { Moogle } = require("@drashland/moogle");
const service = new Moogle();// TypeScript
import { Moogle } from "@drashland/moogle";
const serviceWithTypes = new Moogle<MyType>();
const serviceWithoutTypes = new Moogle();In Deno:
// JavaScript
import { Moogle } from "https://unpkg.com/@drashland/[email protected]/lib/esm/Moogle.js";
const service = new Moogle();// TypeScript
import { Moogle } from "https://deno.land/x/[email protected]/mod.ts";
const serviceWithTypes = new Moogle<MyType>();
const serviceWithoutTypes = new Moogle();Updates
- v1 release
v0.0.8
Importing
In the browser:
<script type="module" src="myScript.js"></script>// myScript.js
import { Moogle } from "https://unpkg.com/@drashland/[email protected]/lib/esm/Moogle.js";
const service = new Moogle();In Node:
# Using npm
$ npm install @drashland/moogle
# Using yarn
$ yarn add @drashland/moogle
// JavaScript
const { Moogle } = require("@drashland/moogle");
const service = new Moogle();// TypeScript
import { Moogle } from "@drashland/moogle";
const serviceWithTypes = new Moogle<MyType>();
const serviceWithoutTypes = new Moogle();In Deno:
// JavaScript
import { Moogle } from "https://unpkg.com/@drashland/[email protected]/lib/esm/Moogle.js";
const service = new Moogle();// TypeScript
import { Moogle } from "https://deno.land/x/[email protected]/mod.ts";
const serviceWithTypes = new Moogle<MyType>();
const serviceWithoutTypes = new Moogle();Updates
No changes
v0.0.7
Importing
In the browser:
<script src="https://unpkg.com/@drashland/[email protected]/lib/esm/Moogle.js"></script>In Node:
# Using npm
$ npm install @drashland/moogle
# Using yarn
$ yarn add @drashland/moogle
// JavaScript
const Moogle = require("@drashland/moogle");
const service = new Moogle();// TypeScript
import { Moogle } from "@drashland/moogle";
const service = new Moogle<MyType>();In Deno:
// JavaScript
import { Moogle } from "https://deno.land/x/[email protected]/mod.js";
const service = new Moogle();// TypeScript
import { Moogle } from "https://deno.land/x/[email protected]/mod.ts";
const service = new Moogle<MyType>();v0.0.6
Importing
In the browser:
<script src="https://unpkg.com/@drashland/[email protected]"></script>In Node:
# Using npm
$ npm install @drashland/moogle
# Using yarn
$ yarn add @drashland/moogle
// JavaScript
const Moogle = require("@drashland/moogle");
const service = new Moogle();// TypeScript
import { Moogle } from "@drashland/moogle";
const service = new Moogle<MyType>();In Deno:
// JavaScript
import { Moogle } from "https://deno.land/x/[email protected]/mod.js";
const service = new Moogle();// TypeScript
import { Moogle } from "https://deno.land/x/[email protected]/mod.ts";
const service = new Moogle<MyType>();v0.0.5
Importing
In the browser:
<script src="https://unpkg.com/@drashland/[email protected]"></script>In Node:
# Using npm
$ npm install @drashland/moogle
# Using yarn
$ yarn add @drashland/moogle
// JavaScript
const Moogle = require("@drashland/moogle");
const service = new Moogle();// TypeScript
import { Moogle } from "@drashland/moogle";
const service = new Moogle<MyType>();In Deno:
// JavaScript
import { Moogle } from "https://deno.land/x/[email protected]/mod.ts";
const service = new Moogle();// TypeScript
import { Moogle } from "https://deno.land/x/[email protected]/mod.ts";
const service = new Moogle<MyType>();v0.0.4
Importing
In the browser:
<script src="https://unpkg.com/@drashland/[email protected]"></script>In Node:
# Using npm
$ npm install @drashland/moogle
# Using yarn
$ yarn add @drashland/moogle
// JavaScript
const Moogle = require("@drashland/moogle");
const service = new Moogle();// TypeScript
import { Moogle } from "@drashland/moogle";
const service = new Moogle<MyType>();In Deno:
// JavaScript
import { Moogle } from "https://deno.land/x/[email protected]/mod.ts";
const service = new Moogle();// TypeScript
import { Moogle } from "https://deno.land/x/[email protected]/mod.ts";
const service = new Moogle<MyType>();v0.0.3
In the browser:
<script src="https://unpkg.com/@drashland/[email protected]"></script>In Node:
# Using npm
$ npm install @drashland/moogle
# Using yarn
$ yarn add @drashland/moogle
// JavaScript
const Moogle = require("@drashland/moogle");
const service = new Moogle();// TypeScript
import { Moogle } from "@drashland/moogle";
const service = new Moogle<MyType>();In Deno:
// JavaScript
import { Moogle } from "https://deno.land/x/[email protected]/mod.ts";
const service = new Moogle();// TypeScript
import { Moogle } from "https://deno.land/x/[email protected]/mod.ts";
const service = new Moogle<MyType>();v0.0.2
Importing
In the browser:
<script src="https://unpkg.com/@drashland/[email protected]"></script>In Node:
# Using npm
$ npm install @drashland/moogle
# Using yarn
$ yarn add @drashland/moogle
// JavaScript
const Moogle = require("@drashland/moogle");
const service = new Moogle();// TypeScript
import { Moogle } from "@drashland/moogle";
const service = new Moogle<MyType>();In Deno:
// JavaScript
import { Moogle } from "https://deno.land/x/[email protected]/mod.ts";
const service = new Moogle();// TypeScript
import { Moogle } from "https://deno.land/x/[email protected]/mod.ts";
const service = new Moogle<MyType>();Updates
- [WIP] chore: Add workflows, update README (#4)
v0.0.1-alpha-6
fix: Added drashbot credentials
v0.0.1-alpha-5
fix: Typo in README.md and Release workflow