Skip to content

Commit

Permalink
Abjad convert version 0.2.1 (#9)
Browse files Browse the repository at this point in the history
## [0.2.1]  2024-01-13
### Fixed
- badges in README.md
- remove unneeded converter keep the direct one
  • Loading branch information
amerharb authored Jan 13, 2024
1 parent 7d136c5 commit 365402b
Show file tree
Hide file tree
Showing 12 changed files with 15 additions and 113 deletions.
5 changes: 5 additions & 0 deletions packages/abjad-convert/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# Changelog
<!-- https://keepachangelog.com/en/1.0.0/ -->

## [0.2.1] 2024-01-13
### Fixed
- badges in README.md
- remove unneeded converter keep the direct one

## [0.2.0] 2024-01-10
### Added
- Support Tifinagh
Expand Down
6 changes: 3 additions & 3 deletions packages/abjad-convert/README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Abjad Convert
[![Version](https://img.shields.io/badge/version-0.2.0-blue.svg)](https://github.com/amerharb/abjad/tree/version/0.2.0)
[![Version](https://img.shields.io/badge/version-0.2.1-blue.svg)](https://github.com/amerharb/abjad/tree/version/0.2.1)
[![License: GPLv3](https://img.shields.io/badge/License-ISC-blue.svg)](https://opensource.org/licenses/ISC)
![Coverage](https://raw.githubusercontent.com/amerharb/abjad/version/0.2.0/packages/abjad-convert/badges/coverage.svg)
![Github workflow](https://github.com/amerharb/abjad/actions/workflows/lint-test.yaml/badge.svg?branch=version/0.2.0)
![Coverage](https://raw.githubusercontent.com/amerharb/abjad/abjad-convert/version/0.2.1/packages/abjad-convert/badges/coverage.svg)
![Github workflow](https://github.com/amerharb/abjad/actions/workflows/lint-test.yaml/badge.svg?branch=abjad-convert/version/0.2.1)

**abjad-convert** is a package for converting Abjad alphabets phonetically.

Expand Down
2 changes: 1 addition & 1 deletion packages/abjad-convert/badges/coverage.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion packages/abjad-convert/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "abjad-convert",
"version": "0.2.0",
"version": "0.2.1",
"main": "dist/src/index.js",
"types": "dist/src/index.d.ts",
"files": [
Expand Down
12 changes: 0 additions & 12 deletions packages/abjad-convert/src/converterFactory.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,10 @@ import { ArabicToSyriacConverter } from './arabic/toSyriac'
import { ArabicToTifinaghConverter } from './arabic/toTifinagh'
import { ArabicToUgariticConverter } from './arabic/toUgaritic'
import { ImperialAramaicToArabicConverter } from './imperialAramaic/toArabic'
import { ImperialAramaicToPhoenicianConverter } from './imperialAramaic/toPhoenician'
import { ImperialAramaicToUgariticConverter } from './imperialAramaic/toUgaritic'
import { PhoenicianToArabicConverter } from './phoenician/toArabic'
import { PhoenicianToImperialAramaicConverter } from './phoenician/toImperialAramaic'
import { PhoenicianToUgariticConverter } from './phoenician/toUgaritic'
import { SyriacToArabicConverter } from './syriac/toArabic'
import { TifinaghToArabicConverter } from './tifinagh/toArabic'
import { UgariticToArabicConverter } from './ugaritic/toArabic'
import { UgariticToImperialAramaicConverter } from './ugaritic/toImperialAramaic'
import { UgariticToPhoenicianConverter } from './ugaritic/toPhoenician'

const converters: IConverter[] = [
new ArabicToImperialAramaicConverter(),
Expand All @@ -24,16 +18,10 @@ const converters: IConverter[] = [
new ArabicToTifinaghConverter(),
new ArabicToUgariticConverter(),
new ImperialAramaicToArabicConverter(),
new ImperialAramaicToPhoenicianConverter(),
new ImperialAramaicToUgariticConverter(),
new PhoenicianToArabicConverter(),
new PhoenicianToImperialAramaicConverter(),
new PhoenicianToUgariticConverter(),
new SyriacToArabicConverter(),
new TifinaghToArabicConverter(),
new UgariticToArabicConverter(),
new UgariticToImperialAramaicConverter(),
new UgariticToPhoenicianConverter(),
]

export function getConverter(from: Abjad, to: Abjad): IConverter {
Expand Down
16 changes: 0 additions & 16 deletions packages/abjad-convert/src/imperialAramaic/toPhoenician.ts

This file was deleted.

16 changes: 0 additions & 16 deletions packages/abjad-convert/src/imperialAramaic/toUgaritic.ts

This file was deleted.

16 changes: 0 additions & 16 deletions packages/abjad-convert/src/phoenician/toImperialAramaic.ts

This file was deleted.

16 changes: 0 additions & 16 deletions packages/abjad-convert/src/phoenician/toUgaritic.ts

This file was deleted.

16 changes: 0 additions & 16 deletions packages/abjad-convert/src/ugaritic/toImperialAramaic.ts

This file was deleted.

16 changes: 0 additions & 16 deletions packages/abjad-convert/src/ugaritic/toPhoenician.ts

This file was deleted.

5 changes: 5 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1159,6 +1159,11 @@
resolved "https://registry.yarnpkg.com/@ungap/structured-clone/-/structured-clone-1.2.0.tgz#756641adb587851b5ccb3e095daf27ae581c8406"
integrity sha512-zuVdFrMJiuCDQUMCzQaD6KL28MjnqqN8XnAqiEq9PNm/hCPTSGfrXCOfwj1ow4LFb/tNymJPwsNbVePc1xFqrQ==

abjad-convert@0.2.0:
version "0.2.0"
resolved "https://registry.yarnpkg.com/abjad-convert/-/abjad-convert-0.2.0.tgz#5c7555e418445aafa1419cd134592d7027f47e89"
integrity sha512-Dg03TSp8B+6onaRQjLVxCWPG35oqx999Y9fZgUzo/3eOB/V4iMmv3NGyPy43lJgc/f73+WBE1+4a453d26Fblw==

acorn-jsx@^5.3.2:
version "5.3.2"
resolved "https://registry.yarnpkg.com/acorn-jsx/-/acorn-jsx-5.3.2.tgz#7ed5bb55908b3b2f1bc55c6af1653bada7f07937"
Expand Down

0 comments on commit 365402b

Please sign in to comment.