Skip to content

Commit b441761

Browse files
author
dutchenkoOleg
committed
update changelog and readme
1 parent b22912e commit b441761

File tree

4 files changed

+72
-27
lines changed

4 files changed

+72
-27
lines changed

CHANGELOG-RU.md

Lines changed: 26 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,48 +11,67 @@
1111
1212
---
1313

14+
### [1.4.0] - 2018-09-21
15+
16+
**Изменено**:
17+
18+
- [![JavaScript Style Guide](https://img.shields.io/badge/code_style-standard-brightgreen.svg)](https://standardjs.com)
19+
20+
**Улучшено**:
21+
22+
- обработка запросов:
23+
- `print`
24+
- `print and (orientation: landscape)`
25+
- `print and (orientation: portrait)`
26+
27+
**Добавлено**:
28+
29+
- jest тесты
30+
31+
---
32+
1433
### [1.3.3] - 2017-09-06
1534

16-
#### Исправлено
35+
**Исправлено**:
1736

1837
- Стиль кода
1938

2039
---
2140

2241
### [1.3.1] - 2017-09-05
2342

24-
#### Добавлено
43+
**Добавлено**:
2544

2645
- метод сортировки `desktopFirst`
2746

2847
---
2948

3049
### [1.2.0] - 2017-09-04
3150

32-
#### Добавлено
51+
**Добавлено**:
3352

3453
- Больше файлов с описанием проекта
3554

36-
#### Изменено
55+
**Изменено**:
3756

3857
- README.md описание
3958

40-
#### Исправлено
59+
**Исправлено**:
4160

4261
- index.js - Корректировка сортировки медиа-запросов, без единиц размеров, к примеру `print, tv, ...`
4362

4463
---
4564

4665
### [1.1.9] - 2017-07-07
4766

48-
#### Добавлено
67+
**Добавлено**:
4968

5069
- CHANGELOG.md
5170
- тестирование стиля JavaScript кода
5271
- тестирование метода сортировки, смотрите [./tests/index.js](./tests/index.js)
5372
- [Travis CI](https://travis-ci.org/dutchenkoOleg/gulp-not-supported-file) тесты
5473

55-
#### Изменено
74+
**Изменено**:
5675

5776
- стиль JavaScript кода в соответствии с [`happiness`]((https://github.com/JedWatson/happiness))
5877

CHANGELOG.md

Lines changed: 26 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,48 +11,67 @@
1111
1212
---
1313

14+
### [1.4.0] - 2018-09-21
15+
16+
**Changed**:
17+
18+
- [![JavaScript Style Guide](https://img.shields.io/badge/code_style-standard-brightgreen.svg)](https://standardjs.com)
19+
20+
**Improvement**:
21+
22+
- processing queries:
23+
- `print`
24+
- `print and (orientation: landscape)`
25+
- `print and (orientation: portrait)`
26+
27+
**Added**:
28+
29+
- jest tests
30+
31+
---
32+
1433
### [1.3.3] - 2017-09-06
1534

16-
#### Fixed
35+
**Fixed**:
1736

1837
- Fix code style
1938

2039
---
2140

2241
### [1.3.1] - 2017-09-05
2342

24-
#### Added
43+
**Added**:
2544

2645
- `desktopFirst` sorting method
2746

2847
---
2948

3049
### [1.2.0] - 2017-09-04
3150

32-
#### Added
51+
**Added**:
3352

3453
- More files with information about project
3554

36-
#### Changed
55+
**Changed**:
3756

3857
- README.md description
3958

40-
#### Fixed
59+
**Fixed**:
4160

4261
- index.js - Correction of sorting of media queries, without units of sizes, for example `print, tv, ...`
4362

4463
---
4564

4665
### [1.1.9] - 2017-07-07
4766

48-
#### Added
67+
**Added**:
4968

5069
- this CHANGELOG.md file ))
5170
- test code style
5271
- test of sorting result, see [./tests/index.js](./tests/index.js)
5372
- [Travis CI](https://travis-ci.org/dutchenkoOleg/gulp-not-supported-file) builds
5473

55-
#### Changed
74+
**Changed**:
5675

5776
- js code style with accordance to [`happiness`]((https://github.com/JedWatson/happiness))
5877

README-RU.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,11 @@ postcss([
4949
1. `max-width` и `max-height` от большего к меньшему,
5050
1. `min-device-width` и `min-device-height` от меньшего к большему,
5151
1. `max-device-width` и `max-device-height` от большего к меньшему
52-
1. медиа-запросы без значений размеров, `print, tv, ...`.
52+
1. медиа-запросы без значений размеров, `tv, ttp, ...`,
53+
1. и в конце:
54+
- `print`
55+
- `print and (orientation: landscape)`
56+
- `print and (orientation: portrait)`
5357

5458
Пример
5559

@@ -122,7 +126,11 @@ postcss([
122126
1. `max-device-width` и `max-device-height` от большего к меньшему
123127
1. `min-width` и `min-height` от меньшего к большему,
124128
1. `min-device-width` и `min-device-height` от меньшего к большему,
125-
1. медиа-запросы без значений размеров, `print, tv, ...`.
129+
1. медиа-запросы без значений размеров, `tv, ttp, ...`,
130+
1. и в конце:
131+
- `print`
132+
- `print and (orientation: landscape)`
133+
- `print and (orientation: portrait)`
126134

127135

128136
## Тесты

README.md

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,11 @@ The plugin will sort your media-queries according to the mobile-first methodolog
5050
1. `max-width` and `max-height` from largest to smallest,
5151
1. `min-device-width` and `min-device-height` from smallest to largest,
5252
1. `max-device-width` and `max-device-height` from largest to smallest
53-
1. media queries without dimension values, for example `print, tv, ...`.
53+
1. media queries without dimension values, for example `print, tv, ...`,
54+
1. at the end:
55+
- `print`
56+
- `print and (orientation: landscape)`
57+
- `print and (orientation: portrait)`
5458

5559
Example
5660

@@ -123,16 +127,11 @@ The plugin will sort your media-queries according to the desktop-first methodolo
123127
1. `max-device-width` and `max-device-height` from largest to smallest
124128
1. `min-width` and `min-height` from smallest to largest,
125129
1. `min-device-width` and `min-device-height` from smallest to largest,
126-
1. media queries without dimension values, `print, tv, ...`.
127-
128-
129-
130-
131-
## Tests
132-
133-
1. `npm run sort` - test of sorting result
134-
1. `npm run happiness` - test code style
135-
1. `npm test`: `npm run sort` + `npm run happiness`
130+
1. media queries without dimension values, `tv, ...`,
131+
1. at the end:
132+
- `print`
133+
- `print and (orientation: landscape)`
134+
- `print and (orientation: portrait)`
136135

137136
---
138137

0 commit comments

Comments
 (0)