Skip to content

Commit

Permalink
Version 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
scriptin committed Dec 2, 2018
1 parent d1790d5 commit b82dae1
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# Version 3.0.0

- :warning: Change in the format: entries' `id` fields in all dictionaries are now strings (were numbers), this is to prevent BaseX converting long numbers to exponential notation (like `1.001e+8`). ID values themselves haven't changed
- Migrated from Zorba to [BaseX](http://basex.org/), JSON output formatting changed as a result
- Migrated from bash script to Gradle build
- JMnedict is now being processed in batches and then concatenated. This way the conversion process doesn't consume all system memory
- Distribution files now have version is their names

# Version 2.0.0

- #7: Rename fields: jm(ne)dict-date -> dictDate, jm(ne)dict-revisions -> dictRevisions
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import org.gradle.internal.impldep.org.osgi.util.function.Function
import java.io.FileOutputStream
import kotlin.streams.toList

version = "3.0.0-dev"
version = "3.0.0"

project.extra["jmdictFullMem"] = project.findProperty("jmdictFullMem") ?: "6g"
project.extra["jmdictCommonMem"] = project.findProperty("jmdictFullMem") ?: "2g"
Expand Down

0 comments on commit b82dae1

Please sign in to comment.