Skip to content

Commit 10bd4ff

Browse files
committed
v1.0.0
1 parent 30e6339 commit 10bd4ff

File tree

19 files changed

+269
-229
lines changed

19 files changed

+269
-229
lines changed

README.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,14 @@
11
<p align="center">
2-
<img width="460" src="./docs/images/logo.svg">
2+
<picture>
3+
<source media="(prefers-color-scheme: dark)" srcset="./docs/images/logo-dark.svg">
4+
<source media="(prefers-color-scheme: light)" srcset="./docs/images/logo-light.svg">
5+
<img alt="Mobject logo" img width="460" src="/docs/images/logo-light.svg">
6+
</picture>
37
</p>
48

59
## The mobject-conversion Library
610

7-
This is one of the many libraries of mobject. This library focuses on the handling of type conversion.
11+
This is one of the many libraries of [mobject](http://mobject.org). This library focuses on the handling of type conversion.
812

913
## What is mobject?
1014

@@ -20,4 +24,4 @@ The documentation for this project can be found [here](http://converters.mobject
2024

2125
## Versions
2226

23-
- TcXaeShell 3.1.4024.44
27+
- TcXaeShell 3.1.4024.53

docs/README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
11
<p align="center">
2-
<img width="460" src="./images/logo.svg">
2+
<picture>
3+
<img class="top-logo" alt="mobject main logo" src='./images/logo-light.svg'>
4+
</picture>
35
</p>
46

57
> A framework and guide for writing object oriented programs in structured text.
68
79
## The mobject-conversion Library
810

9-
This is one of the many libraries of [mobject](http://mobject.org/#/). This library focuses on the handling of type conversion.
11+
This is one of the many libraries of [mobject](http://mobject.org). This library focuses on the handling of type conversion.
1012

1113
## What is mobject?
1214

docs/changelog.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,19 @@
11
# Changelog
22

3-
## 0.1.1
3+
## v1.0.0-beta
4+
5+
- Changed status from alpha to beta.
6+
- Updated documentation to support dark mode.
7+
- Library built using 4024.53.
8+
9+
## v0.1.1-alpha
410

511
- Updated to 4024.44
612

7-
## 0.1.0
13+
## v0.1.0-alpha
814

915
- Full refactor to use TryConvert naming, add bounds checking and added full unit tests
1016

11-
## 0.0.0
17+
## v0.0.0-alpha
1218

1319
- Initial alpha code

docs/config.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
window.$docsify = window.$docsify || {};
2+
window.$docsify.repo = "https://github.com/Mobject-Dev-Team/mobject-converters";

docs/docsify/custom.css

Lines changed: 0 additions & 44 deletions
This file was deleted.

docs/docsify/language-st.css

Lines changed: 0 additions & 31 deletions
This file was deleted.

docs/docsify/language-st.js

Lines changed: 0 additions & 92 deletions
This file was deleted.

docs/docsify/logo.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
.top-logo {
2+
content: var(--docsify_logo);
3+
}

docs/docsify/plugins/docsify-plugin-flexible-alerts.js

Lines changed: 0 additions & 9 deletions
This file was deleted.

0 commit comments

Comments
 (0)