Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RxJS6 code migration #971

Open
wants to merge 354 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
354 commits
Select commit Hold shift + click to select a range
47daf38
upgrade to @angular/cli: 1.6.1
optimistex Dec 20, 2017
069ebd2
"version": "2.1.1"
optimistex Dec 20, 2017
b622d96
divide code and layout
optimistex Dec 20, 2017
af20e93
fix lint errors
optimistex Dec 20, 2017
0baf839
refactoring
optimistex Dec 20, 2017
8408c27
fix demo styles
optimistex Dec 20, 2017
c81e895
Merge branch 'v2.1' into v2.2
optimistex Dec 20, 2017
3235a4f
bugfix
optimistex Dec 20, 2017
12a1906
refactoring layout
optimistex Dec 20, 2017
552b80c
optimise the template of options
optimistex Dec 20, 2017
eefe736
refactoring
optimistex Dec 20, 2017
dc5d51e
make tests in the AAA (Arrange-Act-Assert) format
optimistex Dec 21, 2017
6a42b80
fix auto scroll to active item for single select
optimistex Dec 22, 2017
9ab485d
release 2.1.3
optimistex Dec 22, 2017
ab7cd04
update tests
optimistex Dec 22, 2017
b69add0
remove interface the OptionsBehavior
optimistex Dec 22, 2017
7bf6ac2
add tests with bug fixes
optimistex Dec 22, 2017
3dede43
bug fix: item with id === 0 was skipped
optimistex Dec 22, 2017
51a02a8
add tests for SelectItem & make bug fixes
optimistex Dec 22, 2017
bcb4797
release 2.1.4
optimistex Dec 23, 2017
5d0055f
add tests "should set selected items ..."
optimistex Dec 23, 2017
916c1b4
bug fix: does not activated selected item in the choices after lazy l…
optimistex Dec 23, 2017
d4e6516
release 2.1.5
optimistex Dec 23, 2017
c1ca504
rebuild docs
optimistex Dec 23, 2017
a4545c0
little fix
optimistex Dec 23, 2017
c2ee173
implementing ngx-select
optimistex Dec 23, 2017
20c3b54
implementing ngx-select
optimistex Dec 24, 2017
999f914
implementing ngx-select: menu should be closed ...
optimistex Dec 24, 2017
c1589d7
implementing ngx-select: after open menu with no selected item first …
optimistex Dec 24, 2017
55955ef
refactoring
optimistex Dec 24, 2017
4fbfdf1
refactoring
optimistex Dec 25, 2017
0f3fd02
implementing ngx-select: menu should be have navigation and active it…
optimistex Dec 25, 2017
1b201a7
implementing ngx-select: should select items by mouse clicks and pres…
optimistex Dec 25, 2017
0dcf29e
implementing ngx-select: should remove selected & after click should …
optimistex Dec 25, 2017
6b497af
implementing ngx-select: choice items should be filtered
optimistex Dec 26, 2017
709f7db
implementing ngx-select: should be disabled
optimistex Dec 26, 2017
ddc2f5e
implementing ngx-select: FormControl should be invalid when is single…
optimistex Dec 26, 2017
8b26b7a
implementing ngx-select: should setup items from array
optimistex Dec 26, 2017
9dc798e
refactoring tests
optimistex Dec 26, 2017
c98c993
implementing ngx-select: should set selected items by FromControl & n…
optimistex Dec 26, 2017
974c3ec
implementing ngx-select: should propagate change
optimistex Dec 26, 2017
c1769d0
- update demo
optimistex Dec 26, 2017
7880f96
refactoring and something improve
optimistex Dec 26, 2017
a9b194b
release 3.0.0-alpha
optimistex Dec 26, 2017
63a90cd
release 3.0.1-alpha
optimistex Dec 27, 2017
52bea90
release 3.0.2-alpha
optimistex Dec 27, 2017
3551956
rebuild docs
optimistex Dec 27, 2017
c2ecc21
implement default value
optimistex Dec 27, 2017
fda4388
release 3.0.3-alpha
optimistex Dec 27, 2017
ff4f42b
fix: should be disabled by FormControl.disable()
optimistex Dec 27, 2017
e6b0f63
- fixed defaultValue
optimistex Dec 28, 2017
e26b5a3
release 3.0.4-beta
optimistex Dec 28, 2017
fcd95b0
fix detect changes of defaultValue
optimistex Dec 28, 2017
f777e72
release 3.0.5-beta
optimistex Dec 28, 2017
3217fea
add test: should change value by change defaultValue
optimistex Dec 28, 2017
57bc18d
add test: should return values from items only when items is not cont…
optimistex Dec 28, 2017
0131e5e
refactoring
optimistex Dec 28, 2017
dc93e46
release 3.0.6-beta
optimistex Dec 28, 2017
0bdad1a
deep refactoring
optimistex Dec 29, 2017
1aa92d7
release 3.0.7-beta
optimistex Dec 29, 2017
5828344
implement the typed event
optimistex Dec 29, 2017
6b59dd5
release 3.0.8-beta
optimistex Dec 29, 2017
393e7a9
refactoring
optimistex Dec 29, 2017
d6f8bf4
release 3.0.9-beta
optimistex Dec 29, 2017
4793e77
fixed: https://github.com/optimistex/ng2-select-ex/issues/1
optimistex Jan 9, 2018
231c88a
release 3.0.10-beta
optimistex Jan 9, 2018
68d0f6c
returning single value for multiple === false & array of values for m…
optimistex Jan 10, 2018
f24ac31
refactoring
optimistex Jan 10, 2018
cda6265
deep refactoring
optimistex Jan 10, 2018
7519938
release 3.0.11-rc
optimistex Jan 11, 2018
6ea8378
fix filtering items
optimistex Jan 11, 2018
2abd1a0
release 3.0.12-rc
optimistex Jan 11, 2018
9f49b07
refactoring
optimistex Jan 12, 2018
5e6eb73
reduce number of emitted values for discard duplicates
optimistex Jan 12, 2018
7538fea
release 3.0.13-rc
optimistex Jan 12, 2018
5e0e94f
fixed emit default value
optimistex Jan 18, 2018
2e9793d
release 3.0.14-rc
optimistex Jan 18, 2018
9bcf4a0
fixed emitting the default value
optimistex Jan 19, 2018
5ab3b6d
release 3.0.15-rc
optimistex Jan 19, 2018
37f6c96
fixed focus to input
optimistex Jan 19, 2018
204a0dd
release 3.0.16-rc
optimistex Jan 19, 2018
6c52692
fixed behaviour on lost focus
optimistex Jan 19, 2018
7e37bb3
release 3.0.17-rc
optimistex Jan 19, 2018
ddcc77f
remove unnecessary console.log(...)
optimistex Jan 22, 2018
48a4b04
bug fix: zero value was skipped on "multiple = false"
optimistex Jan 24, 2018
1d72dc4
marked ng-select with all dependencies as deprecated
optimistex Jan 24, 2018
f3fd033
release 3.0.18-rc
optimistex Jan 24, 2018
77c316b
removed the ng-select with all dependencies
optimistex Jan 24, 2018
f7c9077
fix travis
optimistex Jan 24, 2018
214df5d
update readme
optimistex Jan 24, 2018
caad16f
rename SelectModule to NgxSelectModule
optimistex Jan 24, 2018
4736eda
update docs
optimistex Jan 24, 2018
9da6f0f
release 3.1.0
optimistex Jan 24, 2018
90a93de
update readme
optimistex Jan 25, 2018
ce8b464
release 3.1.1
optimistex Jan 25, 2018
28f4ce0
change building system
optimistex Feb 1, 2018
1a50c35
inc version 3.2.0-beta & build
optimistex Feb 1, 2018
17126c1
rollback readme
optimistex Feb 1, 2018
81ab585
fix for travis
optimistex Feb 1, 2018
798b93a
fix lint errors
optimistex Feb 1, 2018
7e4fe4d
fix lint errors+
optimistex Feb 1, 2018
9b29910
add codecov for travis
optimistex Feb 1, 2018
be3a126
fix travis
optimistex Feb 1, 2018
2d2efba
bug fix: https://github.com/valor-software/ng2-select/issues/938#issu…
optimistex Feb 1, 2018
5de0e1c
solved: https://github.com/valor-software/ng2-select/issues/689
optimistex Feb 1, 2018
a58e432
release 3.2.2
optimistex Feb 1, 2018
4fdec99
remove unused yarn.lock
optimistex Feb 1, 2018
04c14cb
upgrade to [email protected]
optimistex Feb 2, 2018
82bbbe1
refactoring
optimistex Feb 2, 2018
a53a50a
https://github.com/optimistex/ng2-select-ex/issues/5
optimistex Feb 3, 2018
8076392
update demo
optimistex Feb 3, 2018
400b768
update docs
optimistex Feb 3, 2018
961279f
release 3.3.0-rc1
optimistex Feb 3, 2018
f0707a6
fix readme
optimistex Feb 3, 2018
efb5895
fix demo
optimistex Feb 3, 2018
c82876c
refactoring
optimistex Feb 3, 2018
f8d76cc
update layout
optimistex Feb 3, 2018
b67c38b
update docs
optimistex Feb 3, 2018
493fbf6
release 3.3.0-rc2
optimistex Feb 3, 2018
2c1ee8a
upgrade to [email protected]
optimistex Feb 3, 2018
9b4272f
rename the package to ngx-select-ex
optimistex Feb 4, 2018
dac24d8
release 3.3.1
optimistex Feb 4, 2018
aeaed9f
release 3.3.2 with update README
optimistex Feb 4, 2018
56bef7b
add section "Contribute" to the readme
optimistex Feb 4, 2018
36faa97
update the readme
optimistex Feb 4, 2018
afaac9d
bug fix: error on typed special chars
optimistex Feb 6, 2018
d093a4a
release 3.3.3
optimistex Feb 6, 2018
7ce54fd
implemented the events "open", "close": https://github.com/optimistex…
optimistex Feb 6, 2018
9fb4850
fix styling: https://github.com/optimistex/ngx-select-ex/issues/5#iss…
optimistex Feb 6, 2018
cbfab26
update documentation
optimistex Feb 6, 2018
d2592d3
update documentation
optimistex Feb 6, 2018
0e4775e
Add a "disabled" property to Select Option: https://github.com/optimi…
optimistex Feb 6, 2018
de20450
implement NgxSelectComponent.autoSelectSingleOption: https://github.c…
optimistex Feb 7, 2018
7266dcb
upgrade to [email protected]
optimistex Feb 7, 2018
18f2f16
release 3.3.4
optimistex Feb 7, 2018
6ae82b9
Merge branch 'development'
optimistex Feb 7, 2018
b2730e6
release 3.3.5
optimistex Feb 7, 2018
f85a0a5
chore: optimize repository
sibiraj-s Feb 7, 2018
676ac3c
docs: update README.md
sibiraj-s Feb 7, 2018
15aa870
refactor: remove copyfiles which is never used
sibiraj-s Feb 7, 2018
de9c240
add the message "No results found" for empty items: https://github.co…
optimistex Feb 7, 2018
4c88212
update documentation
optimistex Feb 7, 2018
fd58832
release 3.3.6
optimistex Feb 7, 2018
bf86f45
fix documentation
optimistex Feb 7, 2018
ab98778
chore: update workspace settings
sibiraj-s Feb 8, 2018
fd52ce6
chore: update version in package-lock.json
sibiraj-s Feb 8, 2018
3c6623c
build(semantic release): Add commitizen, cz-conventional-changelog fo…
sibiraj-s Feb 8, 2018
a4f88a8
build(semantic release): donot run precommit twice
sibiraj-s Feb 8, 2018
b33b3ef
ci: update scripts
sibiraj-s Feb 8, 2018
7f67d31
ci: build only master branch
sibiraj-s Feb 8, 2018
9e9fb57
ci: npm release from travis
sibiraj-s Feb 8, 2018
4851019
ci: fix travis test
sibiraj-s Feb 8, 2018
e42a7fa
chore($compile): setting to releasing
optimistex Feb 8, 2018
9954b3f
refactoring tests
optimistex Feb 8, 2018
7904729
fix: Error on disabled option with an empty array https://github.com/…
optimistex Feb 8, 2018
93cd4be
feat($browser): add the `select` and `remove` events
optimistex Feb 8, 2018
5fbf048
release 3.3.7
optimistex Feb 8, 2018
2dbf964
update build options
optimistex Feb 9, 2018
26af3ab
fix: show the message "No results found" only when the items contain …
optimistex Feb 9, 2018
2af49f7
release 3.3.9
optimistex Feb 9, 2018
45cddf6
update documentation
optimistex Feb 9, 2018
0710e0e
fix: Not working with custom getter https://github.com/optimistex/ngx…
optimistex Feb 10, 2018
ac92543
release 3.3.10
optimistex Feb 10, 2018
32ba202
fix: ERROR Error: ExpressionChangedAfterItHasBeenCheckedError: Expres…
optimistex Feb 11, 2018
0ad0271
feat: Implement custom template for an option https://github.com/opti…
optimistex Feb 14, 2018
034ae8e
feat: implemented NgxSelectComponent.navigated - https://github.com/o…
optimistex Feb 15, 2018
633c73c
feat: implemented templates for "option selected" and "option not found"
optimistex Feb 15, 2018
06e93c3
update documentation
optimistex Feb 15, 2018
d2d7857
release 3.3.11
optimistex Feb 15, 2018
fe79b3a
fix: error on pressing the key Enter when items is empty.
optimistex Feb 15, 2018
4a21c8e
release 3.3.12
optimistex Feb 15, 2018
a5901e4
a little fix
optimistex Feb 16, 2018
630e498
implemented `NgxSelectComponent.autoClearSearch` for: https://github.…
optimistex Mar 5, 2018
f88df27
Implemented INgxSelectOptions for override default options: https://g…
optimistex Mar 5, 2018
4890fc7
Removed old classes. See to table of "deleted >>> alternative":
optimistex Mar 5, 2018
85fd558
implemented option NgxSelectComponent.size: https://github.com/optimi…
optimistex Mar 6, 2018
c032571
removed type=button attribute from span.ngx-select__selected-plural: …
optimistex Mar 6, 2018
5f18aed
implemented default option NgxSelectComponent.keyCodeToRemoveSelected…
optimistex Mar 6, 2018
d8f7127
fix: When the dropdown item is too long, the textbox breaks - https:/…
optimistex Mar 6, 2018
c594c42
release 3.4.0
optimistex Mar 6, 2018
72adfd1
add: NgxSelectComponent.searchCallback: (search: string, item: INgxSe…
optimistex Mar 14, 2018
5e3a4a2
release 3.4.1-dev
optimistex Mar 14, 2018
e54ad26
microfix
optimistex Mar 14, 2018
e2fb6fc
fix: The text filter does not work in Chrome Mobile (Android Version)…
optimistex Mar 20, 2018
cb0d976
release 3.4.2-dev
optimistex Mar 20, 2018
95c7455
microfix
optimistex Mar 20, 2018
7d6ea75
fix style: https://github.com/optimistex/ngx-select-ex/issues/48
optimistex Apr 1, 2018
7127506
Fix performace problem
Apr 3, 2018
7d1bf3c
Merge pull request #52 from pudelduscher/fix-performance-problem
optimistex Apr 3, 2018
28451c5
Merge branch 'master' into development
optimistex Apr 3, 2018
e0bca6c
release 3.4.3
optimistex Apr 3, 2018
f164033
update the documentation
optimistex Apr 3, 2018
733f708
doc fix
optimistex Apr 3, 2018
36dabef
add options:
optimistex Apr 3, 2018
9289d4b
update: change using KeyboardEvent.keyCode to KeyboardEvent.code - ht…
optimistex Apr 3, 2018
7b17df1
release 3.5.0
optimistex Apr 3, 2018
fe7a239
bug fix: trow error on filtering lists with numbers instead of a text…
optimistex Apr 3, 2018
4ea9082
release 3.5.1
optimistex Apr 3, 2018
17e346a
bug fix: ERROR TypeError: Cannot read property 'value' of undefined
optimistex Apr 3, 2018
d186f65
release 3.5.2
optimistex Apr 3, 2018
1a4f260
enhancement: add the event (selectionChanges) https://github.com/opti…
optimistex Apr 7, 2018
a515484
release 3.5.3
optimistex Apr 7, 2018
5315d56
refactoring
optimistex Apr 14, 2018
f219709
fix: The enter key works wrong when used immediately after filtering …
optimistex Apr 14, 2018
021e4cd
release 3.5.4
optimistex Apr 14, 2018
08ca700
fix: Selection causing page to scroll to top in IE https://github.com…
optimistex May 25, 2018
33b60a0
release 3.5.5-dev
optimistex May 25, 2018
0b8edcf
Update LICENSE
optimistex May 26, 2018
1d632ad
fix aot build by making some component methods public. Change type of…
amiram May 29, 2018
fa55c38
Merge pull request #79 from amiram/fix-aot-build
optimistex May 29, 2018
4f308ad
Merge branch 'master' into development
optimistex May 29, 2018
c50029e
release 3.5.6-dev
optimistex May 29, 2018
0bfddaa
fix: If 'items' contains no data, option-not-found template not showi…
optimistex Jun 4, 2018
845b5f2
release 3.5.7-dev
optimistex Jun 4, 2018
5e37fea
release 3.5.8
optimistex Jun 7, 2018
96aaec5
release 3.5.9 with fix a little trouble of number versions
optimistex Jun 7, 2018
6a3246f
add: Keydown NumpadEnter Feature https://github.com/optimistex/ngx-se…
optimistex Jun 18, 2018
d60e140
release 3.5.10-dev
optimistex Jun 18, 2018
8feec36
fix: placeholder out of the edges https://github.com/optimistex/ngx-s…
optimistex Jun 18, 2018
9bbbf00
release 3.5.11-dev
optimistex Jun 18, 2018
2f29635
add: option `keepSelectedItems`
optimistex Jun 19, 2018
a2be5c0
release 3.5.12-dev
optimistex Jun 19, 2018
5eaf544
fix: wrong behaviour with the keepSelectedItems option
optimistex Jun 19, 2018
e87098d
release 3.5.13-dev
optimistex Jun 19, 2018
0b70a1b
feat: add option to auto activate element on mouse enter
ert78gb Jul 1, 2018
a660d86
fix: highlight selected item
ert78gb Jul 2, 2018
73e15bb
feat: use OnPush change detection
ert78gb Jul 17, 2018
070034b
feature: pass search text to not found template
oscarlocatelli Aug 22, 2018
8c54409
doc: add to doc new let-input variable
oscarlocatelli Aug 22, 2018
f0043ca
fix: fixed inputElRef accessibility problem
oscarlocatelli Aug 22, 2018
741c560
Merge branch 'ert78gb-feat-no-scroll-on-edge' into development
Sep 29, 2018
15c81e6
fix doc
Sep 29, 2018
547e307
fix doc
Sep 29, 2018
0c24833
Merge branch 'oscarlocatelli-master'
Sep 29, 2018
b343bde
upgrade to Angular: 6.1.9 (Angular CLI: 6.2.3)
Sep 29, 2018
d8d7c37
release 3.6.0-dev
Sep 29, 2018
ad2f9a1
fix: highlighted text calculation
ert78gb Aug 26, 2018
dd574d7
fix: improve the speed of the subjOptionsSelected calculation
ert78gb Aug 26, 2018
512b87f
fix: improve performance
ert78gb Aug 26, 2018
9568980
style: format code
ert78gb Sep 30, 2018
35b920a
fix: keyAction order
ert78gb Sep 30, 2018
35b01f0
issue: update rxjs to 6.3.3 ngx-select issue #118
Oct 25, 2018
ff4deeb
release 3.6.1
Oct 25, 2018
169b999
Merge branch 'development' into merging
Oct 25, 2018
7c49284
release 3.6.2-dev with the performance improves by "Róbert Kiss ert78…
Oct 25, 2018
8467cc2
build docs
Oct 25, 2018
4af2529
Merge branch 'master' into development
Oct 25, 2018
be6badf
fix: Multi selections are always sorted in alphabetical order. #121
Oct 28, 2018
9cc12d5
release 3.6.3
Oct 28, 2018
d15d6ce
[72] removed rxjs-compat dependency. Fixed imports to rxjs/operators.…
prikryl Oct 30, 2018
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
103 changes: 0 additions & 103 deletions .config/bundle-system.js

This file was deleted.

12 changes: 7 additions & 5 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
# http://editorconfig.org

# Editor configuration, see http://editorconfig.org
root = true

[*]
charset = utf-8
indent_style = space
indent_size = 2
end_of_line = lf
indent_size = 4
insert_final_newline = true
trim_trailing_whitespace = true
trim_trailing_whitespace = true

[*.md]
max_line_length = off
trim_trailing_whitespace = false
6 changes: 0 additions & 6 deletions .eslintrc.json

This file was deleted.

63 changes: 40 additions & 23 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,30 +1,47 @@
# Dependency directory
# https://www.npmjs.org/doc/misc/npm-faq.html#should-i-check-my-node_modules-folder-into-git
# See http://help.github.com/ignore-files/ for more about ignoring files.

# compiled output
dist.tgz
/dist
/dist-server
/tmp
/out-tsc
/build
.ng_build
.ng_pkg_build

# dependencies
/node_modules
npm-debug.log

# type script artifacts
/typings
# IDEs and editors
/.idea
.project
.classpath
.c9/
*.launch
.settings/
*.sublime-workspace

# WebStorm
.idea
# IDE - VSCode
.vscode/*
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json

# ignore build and dist for now
/bundles
/demo-build
/dist
# misc
/.sass-cache
/connect.lock
/coverage
/ts

/libpeerconnection.log
npm-debug.log
testem.log
/typings

/demo/**/*.js
/demo/**/*.js.map
/demo/**/*.d.ts
/components/**/*.js
/components/**/*.js.map
/components/**/*.d.ts
ng2-select.js
ng2-select.js.map
ng2-select.d.ts
# e2e
/e2e/*.js
/e2e/*.map

/logs
# System Files
.DS_Store
Thumbs.db
24 changes: 0 additions & 24 deletions .npmignore

This file was deleted.

93 changes: 74 additions & 19 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,22 +1,77 @@
sudo: required
language: node_js
node_js:
- "5"
- "4"
node_js: "9"

branches:
only:
- master

notifications:
email: false

git:
depth: 3
submodules: false

env:
global:
- LOGS_DIR=/tmp/logs

stages:
- name: precache
- name: lint
- name: test
# - name: deploy

before_install:
- npm install -g npm@latest

script:
- npm run flow.install:typings
- npm test

addons:
# sauce labs tunel connector (read more https://docs.travis-ci.com/user/sauce-connect/ )
sauce_connect: true
firefox: "42.0"
apt:
sources:
- ubuntu-toolchain-r-test
# required by node-gyp to build some packages
packages:
- g++-4.8
- export CHROME_BIN=chromium-browser
- export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start
- rm -rf node_modules/ngx-select-ex

install:
- npm install > /dev/null
- npm run build > /dev/null

jobs:
fast_finish: true
include:
# precache npm and apt dependencies
- stage: precache
install: npm install > /dev/null
script: true
addons:
chrome: stable
apt:
sources:
- ubuntu-toolchain-r-test
# required by node-gyp to build some packages
packages:
- g++-4.8
# lint code
- stage: lint
install: true
script: npm run lint
# test
- stage: test
script: npm run test-coverage
after_success:
- ./node_modules/.bin/codecov
# deploy
# - stage: deploy
# deploy:
# provider: npm
# email: $NPM_EMAIL
# api_key: $NPM_TOKEN
# on:
# branch: master
# tags: true

# cache
cache:
apt: true
npm: true
directories:
- node_modules


6 changes: 6 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"files.exclude": {
"node_modules/": true
},
"files.insertFinalNewline": true
}
3 changes: 1 addition & 2 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
The MIT License (MIT)

Copyright (c) 2015-2016 Dmitriy Shekhovtsov <[email protected]>
Copyright (c) 2015-2016 Valor Software
Copyright (c) 2017-2018 Konstantin Polyntsov <[email protected]>

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
Loading