Simple email application for Android. Original source code: https://framagit.org/dystopia-project/simple-email
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

157 lines
4.4 KiB

  1. # Release history
  2. All notable changes to this project will be documented in this file.
  3. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
  4. and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
  5. <details>
  6. <summary><strong>Guiding Principles</strong></summary>
  7. - Changelogs are for humans, not machines.
  8. - There should be an entry for every single version.
  9. - The same types of changes should be grouped.
  10. - Versions and sections should be linkable.
  11. - The latest version comes first.
  12. - The release date of each versions is displayed.
  13. - Mention whether you follow Semantic Versioning.
  14. </details>
  15. <details>
  16. <summary><strong>Types of changes</strong></summary>
  17. Changelog entries are classified using the following labels _(from [keep-a-changelog](http://keepachangelog.com/)_):
  18. - `Added` for new features.
  19. - `Changed` for changes in existing functionality.
  20. - `Deprecated` for soon-to-be removed features.
  21. - `Removed` for now removed features.
  22. - `Fixed` for any bug fixes.
  23. - `Security` in case of vulnerabilities.
  24. </details>
  25. ## [6.0.0] - 2017-10-13
  26. - refactor code to be more performant
  27. - refactor benchmarks
  28. ## [5.1.0] - 2017-10-13
  29. **Added**
  30. - Merge pull request #15 from aretecode/patch-1
  31. - adds support and tests for string & array iterators
  32. **Changed**
  33. - updates benchmarks
  34. ## [5.0.2] - 2017-08-02
  35. - Merge pull request #14 from struct78/master
  36. - Added `undefined` check
  37. ## [5.0.0] - 2017-06-21
  38. - Merge pull request #12 from aretecode/iterator
  39. - Set Iterator + Map Iterator
  40. - streamline `isbuffer`, minor edits
  41. ## [4.0.0] - 2017-05-19
  42. - Merge pull request #8 from tunnckoCore/master
  43. - update deps
  44. ## [3.2.2] - 2017-05-16
  45. - fix version
  46. ## [3.2.1] - 2017-05-16
  47. - add browserify
  48. ## [3.2.0] - 2017-04-25
  49. - Merge pull request #10 from ksheedlo/unrequire-buffer
  50. - add `promise` support and tests
  51. - Remove unnecessary `Buffer` check
  52. ## [3.1.0] - 2016-12-07
  53. - Merge pull request #7 from laggingreflex/err
  54. - add support for `error` and tests
  55. - run update
  56. ## [3.0.4] - 2016-07-29
  57. - move tests
  58. - run update
  59. ## [3.0.3] - 2016-05-03
  60. - fix prepublish script
  61. - remove unused dep
  62. ## [3.0.0] - 2015-11-17
  63. - add typed array support
  64. - Merge pull request #5 from miguelmota/typed-arrays
  65. - adds new tests
  66. ## [2.0.1] - 2015-08-21
  67. - use `is-buffer` module
  68. ## [2.0.0] - 2015-05-31
  69. - Create fallback for `Array.isArray` if used as a browser package
  70. - Merge pull request #2 from dtothefp/patch-1
  71. - Merge pull request #3 from pdehaan/patch-1
  72. - Merge branch 'master' of https://github.com/chorks/kind-of into chorks-master
  73. - optimizations, mostly date and regex
  74. ## [1.1.0] - 2015-02-09
  75. - adds `buffer` support
  76. - adds tests for `buffer`
  77. ## [1.0.0] - 2015-01-19
  78. - update benchmarks
  79. - optimizations based on benchmarks
  80. ## [0.1.2] - 2014-10-26
  81. - return `typeof` value if it's not an object. very slight speed improvement
  82. - use `.slice`
  83. - adds benchmarks
  84. ## [0.1.0] - 2014-9-26
  85. - first commit
  86. [6.0.0]: https://github.com/jonschlinkert/kind-of/compare/5.1.0...6.0.0
  87. [5.1.0]: https://github.com/jonschlinkert/kind-of/compare/5.0.2...5.1.0
  88. [5.0.2]: https://github.com/jonschlinkert/kind-of/compare/5.0.1...5.0.2
  89. [5.0.1]: https://github.com/jonschlinkert/kind-of/compare/5.0.0...5.0.1
  90. [5.0.0]: https://github.com/jonschlinkert/kind-of/compare/4.0.0...5.0.0
  91. [4.0.0]: https://github.com/jonschlinkert/kind-of/compare/3.2.2...4.0.0
  92. [3.2.2]: https://github.com/jonschlinkert/kind-of/compare/3.2.1...3.2.2
  93. [3.2.1]: https://github.com/jonschlinkert/kind-of/compare/3.2.0...3.2.1
  94. [3.2.0]: https://github.com/jonschlinkert/kind-of/compare/3.1.0...3.2.0
  95. [3.1.0]: https://github.com/jonschlinkert/kind-of/compare/3.0.4...3.1.0
  96. [3.0.4]: https://github.com/jonschlinkert/kind-of/compare/3.0.3...3.0.4
  97. [3.0.3]: https://github.com/jonschlinkert/kind-of/compare/3.0.0...3.0.3
  98. [3.0.0]: https://github.com/jonschlinkert/kind-of/compare/2.0.1...3.0.0
  99. [2.0.1]: https://github.com/jonschlinkert/kind-of/compare/2.0.0...2.0.1
  100. [2.0.0]: https://github.com/jonschlinkert/kind-of/compare/1.1.0...2.0.0
  101. [1.1.0]: https://github.com/jonschlinkert/kind-of/compare/1.0.0...1.1.0
  102. [1.0.0]: https://github.com/jonschlinkert/kind-of/compare/0.1.2...1.0.0
  103. [0.1.2]: https://github.com/jonschlinkert/kind-of/compare/0.1.0...0.1.2
  104. [0.1.0]: https://github.com/jonschlinkert/kind-of/commit/2fae09b0b19b1aadb558e9be39f0c3ef6034eb87
  105. [Unreleased]: https://github.com/jonschlinkert/kind-of/compare/0.1.2...HEAD
  106. [keep-a-changelog]: https://github.com/olivierlacan/keep-a-changelog