eyo-kernel
Advanced tools
Comparing version 2.1.0 to 2.2.0
# Changelog | ||
## v2.2.0 | ||
Метод `lint` стал возвращать поле `index` — позицию символа в строке. | ||
## v2.1.0 | ||
@@ -4,0 +7,0 @@ - Сжатый формат словарей. Теперь безопасный словарь, сжатый GZIP, занимает менее 100 КБ. |
@@ -86,3 +86,4 @@ 'use strict'; | ||
line: buf.length, | ||
column: buf[buf.length - 1].length + 1 | ||
column: buf[buf.length - 1].length + 1, | ||
index | ||
}; | ||
@@ -89,0 +90,0 @@ } |
{ | ||
"name": "eyo-kernel", | ||
"description": "Restoring the letter «ё» (yo) in russian texts", | ||
"version": "2.1.0", | ||
"version": "2.2.0", | ||
"author": { | ||
@@ -6,0 +6,0 @@ "name": "Denis Seleznev", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1116201
261