Skip to content

Commit

Permalink
release 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
surfinzap committed Aug 24, 2016
1 parent 80eb841 commit 7193194
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 8 deletions.
10 changes: 10 additions & 0 deletions build/translit.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 3 additions & 5 deletions docs/BACKLOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
# translit backlog

change apostrpohe being render as a single quote?

## 1.0.1
## backlog
* change Apostrophe being rendered as a single quote?
* refactor combinations such as ďi, ťi... + jo
* reevaluate use of Ь and Ъ
* refactor mapping for joj, joho, jomu (maybe as regex)

## Pool
* provide translit as an npm package
* refactor mapping for joj, joho, jomu (maybe as regex)
5 changes: 3 additions & 2 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
# Changelog for Rusyn transliterate

## 2016-07-X
* 0.30 released
## 2016-08-24
* 1.0.0 released. This is a major version as it was tested on and used for transliteration of a book Червеный берег (by Людміла Шандалова).
* include exceptions for "Joho, joho, Jomu, jomu, ser'jozno, ...ňo..., ťoj, zjavyla, zjemnyty, ...ľľa..., plaksyvo ..."
* improve transliteration of soft and hard signs
* improve transliteration of "vowel + ё"
* set exceptions for taxi and text

## 2016-01-21
* 0.29 released
Expand Down
2 changes: 1 addition & 1 deletion src/translit.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* Copyright 2014-16 Braňo Šandala
* Released under the MIT license
*
* Date: 2016-07-17
* Date: 2016-08-24
*/

(function(){
Expand Down
1 change: 1 addition & 0 deletions test/test_translit.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
</head>

<body>
<!-- <script type="text/javascript" src="../build/translit.min.js" ></script> -->
<script type="text/javascript" src="../src/translit.js" ></script>
<script type="text/javascript" src="test_translit.js" ></script>
<script src="https://code.jquery.com/jquery-3.1.0.min.js" integrity="sha256-cCueBR6CsyA4/9szpPfrX3s49M9vUU5BgtiJj06wt/s=" crossorigin="anonymous"></script>
Expand Down

0 comments on commit 7193194

Please sign in to comment.