Skip to content

Commit

Permalink
chore: 🤖 release v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
phun-ky committed Feb 28, 2024
1 parent b8345ca commit e05a176
Show file tree
Hide file tree
Showing 46 changed files with 251 additions and 224 deletions.
27 changes: 27 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,32 @@
# Changelog

## [1.0.0](https://github.com/phun-ky/moebius/compare/0.2.4...1.0.0) (2024-02-28)


### ⚠ BREAKING CHANGES

* 🧨 Exported functions `unitHSL` and `unitHSLFloat` are renamed to `UnitHSL`
and `UnitHSLFloat` to reflect the current nomenclature standard

### Tasks

* 🤖 Remove config file for postCSS ([976c269](https://github.com/phun-ky/moebius/commit/976c2698fa2a49d30c24764bb67083a0518e6bc9))
* 🤖 Update configuration files ([041902e](https://github.com/phun-ky/moebius/commit/041902e56528a2b51e2adf4caf203adda85d25ff))
* 🤖 Update dependencies and build to a more modern setup ([0adbf78](https://github.com/phun-ky/moebius/commit/0adbf7860ea229ec17576af807f11344ea3c3243))
* 🤖 Update workflows ([5586c46](https://github.com/phun-ky/moebius/commit/5586c465aaea7a4ef97ee8a41c009d1f86fc0320))


### Documentation

* ✏️ Fix typo ([03c774a](https://github.com/phun-ky/moebius/commit/03c774a1fd78b725d7dda0bc589e5455ff766887))
* ✏️ Update `README.md` and add community files ([213ee96](https://github.com/phun-ky/moebius/commit/213ee964db788a8012333d73c9c9587982d1f372))


### Refactoring

* 💡 Add try catch to return empty array ([6197a7d](https://github.com/phun-ky/moebius/commit/6197a7de2e9fc33ead4307754c4d873a5397d8dc))
* 💡 Rename `unitHSL` and `unitHSLFloat` ([de874d6](https://github.com/phun-ky/moebius/commit/de874d691b6967af87717c5ec581a01e6a6a8391))

## [0.2.4](https://github.com/phun-ky/moebius/compare/0.2.3...0.2.4) (2023-12-08)


Expand Down
24 changes: 12 additions & 12 deletions api/classes/classes_MoebiusAccentColors.MoebiusAccentColors.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ const accentColors = new MoebiusAccentColors(colors, options);

### analogous

**analogous**: \`#${string}\`[][]
**analogous**: \`#$\{string}\`[][]

#### Implementation of

Expand All @@ -62,7 +62,7 @@ ___

### complement

**complement**: \`#${string}\`[][]
**complement**: \`#$\{string}\`[][]

#### Implementation of

Expand All @@ -76,7 +76,7 @@ ___

### hexadic

**hexadic**: \`#${string}\`[][]
**hexadic**: \`#$\{string}\`[][]

#### Implementation of

Expand All @@ -90,7 +90,7 @@ ___

### interpolate

**interpolate**: \`#${string}\`[][]
**interpolate**: \`#$\{string}\`[][]

#### Implementation of

Expand All @@ -104,7 +104,7 @@ ___

### luminanceShift

**luminanceShift**: \`#${string}\`[][]
**luminanceShift**: \`#$\{string}\`[][]

#### Implementation of

Expand All @@ -118,7 +118,7 @@ ___

### monochromatic

**monochromatic**: \`#${string}\`[][]
**monochromatic**: \`#$\{string}\`[][]

#### Implementation of

Expand All @@ -132,7 +132,7 @@ ___

### pentadic

**pentadic**: \`#${string}\`[][]
**pentadic**: \`#$\{string}\`[][]

#### Implementation of

Expand All @@ -146,7 +146,7 @@ ___

### split

**split**: \`#${string}\`[][]
**split**: \`#$\{string}\`[][]

#### Implementation of

Expand All @@ -160,7 +160,7 @@ ___

### tetradic

**tetradic**: \`#${string}\`[][]
**tetradic**: \`#$\{string}\`[][]

#### Implementation of

Expand All @@ -174,7 +174,7 @@ ___

### triadic

**triadic**: \`#${string}\`[][]
**triadic**: \`#$\{string}\`[][]

#### Implementation of

Expand All @@ -188,13 +188,13 @@ ___

### toArray

**toArray**(): \`#${string}\`[]
**toArray**(): \`#$\{string}\`[]

Converts the accent palettes to a flat array.

#### Returns

\`#${string}\`[]
\`#$\{string}\`[]

- Array of hex color values.

Expand Down
42 changes: 21 additions & 21 deletions api/classes/classes_MoebiusColor.MoebiusColor.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ Will throw an error if init has not been run before creating an instance.

#### Defined in

[classes/MoebiusColor.ts:52](https://github.com/phun-ky/moebius/blob/main/src/classes/MoebiusColor.ts#L52)
[classes/MoebiusColor.ts:51](https://github.com/phun-ky/moebius/blob/main/src/classes/MoebiusColor.ts#L51)

## Properties

Expand All @@ -55,7 +55,7 @@ Will throw an error if init has not been run before creating an instance.

#### Defined in

[classes/MoebiusColor.ts:41](https://github.com/phun-ky/moebius/blob/main/src/classes/MoebiusColor.ts#L41)
[classes/MoebiusColor.ts:40](https://github.com/phun-ky/moebius/blob/main/src/classes/MoebiusColor.ts#L40)

___

Expand All @@ -69,21 +69,21 @@ ___

#### Defined in

[classes/MoebiusColor.ts:28](https://github.com/phun-ky/moebius/blob/main/src/classes/MoebiusColor.ts#L28)
[classes/MoebiusColor.ts:27](https://github.com/phun-ky/moebius/blob/main/src/classes/MoebiusColor.ts#L27)

___

### hex

**hex**: \`#${string}\`
**hex**: \`#$\{string}\`

#### Implementation of

[MoebiusColorInterface](../interfaces/types.MoebiusColorInterface.md).[hex](../interfaces/types.MoebiusColorInterface.md#hex)

#### Defined in

[classes/MoebiusColor.ts:30](https://github.com/phun-ky/moebius/blob/main/src/classes/MoebiusColor.ts#L30)
[classes/MoebiusColor.ts:29](https://github.com/phun-ky/moebius/blob/main/src/classes/MoebiusColor.ts#L29)

___

Expand All @@ -97,7 +97,7 @@ ___

#### Defined in

[classes/MoebiusColor.ts:39](https://github.com/phun-ky/moebius/blob/main/src/classes/MoebiusColor.ts#L39)
[classes/MoebiusColor.ts:38](https://github.com/phun-ky/moebius/blob/main/src/classes/MoebiusColor.ts#L38)

___

Expand All @@ -111,7 +111,7 @@ ___

#### Defined in

[classes/MoebiusColor.ts:32](https://github.com/phun-ky/moebius/blob/main/src/classes/MoebiusColor.ts#L32)
[classes/MoebiusColor.ts:31](https://github.com/phun-ky/moebius/blob/main/src/classes/MoebiusColor.ts#L31)

___

Expand All @@ -125,7 +125,7 @@ ___

#### Defined in

[classes/MoebiusColor.ts:43](https://github.com/phun-ky/moebius/blob/main/src/classes/MoebiusColor.ts#L43)
[classes/MoebiusColor.ts:42](https://github.com/phun-ky/moebius/blob/main/src/classes/MoebiusColor.ts#L42)

___

Expand All @@ -139,7 +139,7 @@ ___

#### Defined in

[classes/MoebiusColor.ts:34](https://github.com/phun-ky/moebius/blob/main/src/classes/MoebiusColor.ts#L34)
[classes/MoebiusColor.ts:33](https://github.com/phun-ky/moebius/blob/main/src/classes/MoebiusColor.ts#L33)

___

Expand All @@ -153,7 +153,7 @@ ___

#### Defined in

[classes/MoebiusColor.ts:33](https://github.com/phun-ky/moebius/blob/main/src/classes/MoebiusColor.ts#L33)
[classes/MoebiusColor.ts:32](https://github.com/phun-ky/moebius/blob/main/src/classes/MoebiusColor.ts#L32)

___

Expand All @@ -167,7 +167,7 @@ ___

#### Defined in

[classes/MoebiusColor.ts:35](https://github.com/phun-ky/moebius/blob/main/src/classes/MoebiusColor.ts#L35)
[classes/MoebiusColor.ts:34](https://github.com/phun-ky/moebius/blob/main/src/classes/MoebiusColor.ts#L34)

___

Expand All @@ -181,7 +181,7 @@ ___

#### Defined in

[classes/MoebiusColor.ts:37](https://github.com/phun-ky/moebius/blob/main/src/classes/MoebiusColor.ts#L37)
[classes/MoebiusColor.ts:36](https://github.com/phun-ky/moebius/blob/main/src/classes/MoebiusColor.ts#L36)

___

Expand All @@ -195,7 +195,7 @@ ___

#### Defined in

[classes/MoebiusColor.ts:29](https://github.com/phun-ky/moebius/blob/main/src/classes/MoebiusColor.ts#L29)
[classes/MoebiusColor.ts:28](https://github.com/phun-ky/moebius/blob/main/src/classes/MoebiusColor.ts#L28)

___

Expand All @@ -209,7 +209,7 @@ ___

#### Defined in

[classes/MoebiusColor.ts:40](https://github.com/phun-ky/moebius/blob/main/src/classes/MoebiusColor.ts#L40)
[classes/MoebiusColor.ts:39](https://github.com/phun-ky/moebius/blob/main/src/classes/MoebiusColor.ts#L39)

___

Expand All @@ -223,21 +223,21 @@ ___

#### Defined in

[classes/MoebiusColor.ts:38](https://github.com/phun-ky/moebius/blob/main/src/classes/MoebiusColor.ts#L38)
[classes/MoebiusColor.ts:37](https://github.com/phun-ky/moebius/blob/main/src/classes/MoebiusColor.ts#L37)

___

### rgb

**rgb**: \`rgb(${number}, ${number}, ${number})\`
**rgb**: \`rgb($\{number}, $\{number}, $\{number})\`

#### Implementation of

[MoebiusColorInterface](../interfaces/types.MoebiusColorInterface.md).[rgb](../interfaces/types.MoebiusColorInterface.md#rgb)

#### Defined in

[classes/MoebiusColor.ts:31](https://github.com/phun-ky/moebius/blob/main/src/classes/MoebiusColor.ts#L31)
[classes/MoebiusColor.ts:30](https://github.com/phun-ky/moebius/blob/main/src/classes/MoebiusColor.ts#L30)

___

Expand All @@ -251,7 +251,7 @@ ___

#### Defined in

[classes/MoebiusColor.ts:42](https://github.com/phun-ky/moebius/blob/main/src/classes/MoebiusColor.ts#L42)
[classes/MoebiusColor.ts:41](https://github.com/phun-ky/moebius/blob/main/src/classes/MoebiusColor.ts#L41)

___

Expand All @@ -265,7 +265,7 @@ ___

#### Defined in

[classes/MoebiusColor.ts:36](https://github.com/phun-ky/moebius/blob/main/src/classes/MoebiusColor.ts#L36)
[classes/MoebiusColor.ts:35](https://github.com/phun-ky/moebius/blob/main/src/classes/MoebiusColor.ts#L35)

## Methods

Expand All @@ -289,7 +289,7 @@ The floating-point representation of the color in the specified color space.

#### Defined in

[classes/MoebiusColor.ts:87](https://github.com/phun-ky/moebius/blob/main/src/classes/MoebiusColor.ts#L87)
[classes/MoebiusColor.ts:86](https://github.com/phun-ky/moebius/blob/main/src/classes/MoebiusColor.ts#L86)

___

Expand All @@ -313,4 +313,4 @@ The color object in the specified color space.

#### Defined in

[classes/MoebiusColor.ts:79](https://github.com/phun-ky/moebius/blob/main/src/classes/MoebiusColor.ts#L79)
[classes/MoebiusColor.ts:78](https://github.com/phun-ky/moebius/blob/main/src/classes/MoebiusColor.ts#L78)
Loading

0 comments on commit e05a176

Please sign in to comment.