Skouter mortgage estimates. Web application with view written in PHP and Vue, but controller and models in Go.
25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

CHANGELOG.md 6.6 KiB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228
  1. # v1.7.1
  2. ## 06/14/2023
  3. 1. [](#improved)
  4. * Removed platform-config [#81](https://github.com/getgrav/grav-plugin-devtools/pull/81)
  5. # v1.7.0
  6. ## 02/15/2023
  7. 1. [](#improved)
  8. * Created non-opinionated and basic Tailwind CSS theme as default `tailwind` solution
  9. * Moved the opinionated Tailwind CSS theme with Laravel Mix to a separate option
  10. # v1.6.1
  11. ## 01/02/2023
  12. 1. [](#improved)
  13. * Improved FlexObjects default blueprint
  14. # v1.6.0
  15. ## 12/28/2022
  16. 1. [](#new)
  17. * Added new "FlexObjects" basic plugin type [#77](https://github.com/getgrav/grav-plugin-devtools/pull/77)
  18. 1. [](#improved)
  19. * Improvements for Tailwind CSS theme + AlpineJS [#74](https://github.com/getgrav/grav-plugin-devtools/pull/74)
  20. * Updated `languages.yaml` [#76](https://github.com/getgrav/grav-plugin-devtools/pull/76)
  21. * Updated links + default branch [#72](https://github.com/getgrav/grav-plugin-devtools/pull/72)
  22. 1. [](#bugfix)
  23. * Various PSR Fixes [#71](https://github.com/getgrav/grav-plugin-devtools/pull/71)
  24. # v1.5.4
  25. ## 10/26/2021
  26. 1. [](#improved)
  27. * Moved offline check to CLI flag [#70](https://github.com/getgrav/grav-plugin-devtools/issues/70)
  28. * Updated footer copyrights for Pure Blank
  29. # v1.5.3
  30. ## 06/16/2021
  31. 1. [](#bugfix)
  32. * Fixes over-zealous regex that caused duplication in copy tasks [#69](https://github.com/getgrav/grav-plugin-devtools/issues/69)
  33. # v1.5.2
  34. ## 05/19/2021
  35. 1. [](#new)
  36. * Added basic TailwindCSS theme [#65](https://github.com/getgrav/grav-plugin-devtools/pull/65)
  37. 1. [](#improved)
  38. * Fixed typo [#67](https://github.com/getgrav/grav-plugin-devtools/pull/67)
  39. * Use canonical URLs [#58](https://github.com/getgrav/grav-plugin-devtools/pull/58)
  40. * Replace `theme_config` with `config.theme` [#60](https://github.com/getgrav/grav-plugin-devtools/pull/60)
  41. 1. [](#bugfix)
  42. * Fixed a bad path regarding composer install after plugin creation
  43. # v1.5.1
  44. ## 03/17/2021
  45. 1. [](#improved)
  46. * Clearer instructions for composer initialization [#62](https://github.com/getgrav/grav-plugin-devtools/pull/62)
  47. * Comment out autoload subscription event by default now that Grav 1.7 is out [#62](https://github.com/getgrav/grav-plugin-devtools/pull/62)
  48. # v1.5.0
  49. ## 02/18/2021
  50. 1. [](#new)
  51. * Updated CLI commands for latest standards
  52. * Pass phpstan level 8 tests
  53. 1. [](#improved)
  54. * Add default configuration to an inherited theme's YAML file [getgrav/grav-premium-issues#50](https://github.com/getgrav/grav-premium-issues/issues/50)
  55. 1. [](#bugfix)
  56. * Output cmd does not correctly show colors [#56](https://github.com/getgrav/grav-plugin-devtools/issues/56)
  57. # v1.4.2
  58. ## 12/02/2020
  59. 1. [](#improved)
  60. * User return typehints in plugin.php
  61. * Add proper twig escapes into a new theme
  62. # v1.4.1
  63. ## 05/20/2020
  64. 1. [](#improved)
  65. * Make name key Composer 2.0 compatible [#48](https://github.com/getgrav/grav-plugin-devtools/pull/48)
  66. 1. [](#bugfix)
  67. * Correct type for themes [#49](https://github.com/getgrav/grav-plugin-devtools/pull/49)
  68. # v1.4.0
  69. ## 04/27/2020
  70. 1. [](#new)
  71. * Added new required `slug:` and `type:` attributes to blueprints
  72. 1. [](#improved)
  73. * Fixed plugin autoload
  74. # v1.3.1
  75. ## 02/24/2020
  76. 1. [](#improved)
  77. * Set `validation: loose` in plugin blueprints by default
  78. * Add Grav 1.6 dependency to all new plugins and themes
  79. # v1.3.0
  80. ## 02/13/2020
  81. 1. [](#improved)
  82. * Added composer-based autoloader to the `new-plugin` command
  83. # v1.2.4
  84. ## 11/06/2019
  85. 1. [](#improved)
  86. * Added the ability to use devtools without an online connection to GPM
  87. 1. [](#bugfix)
  88. * Regression fix for missing `theme_config` in pure-blank [#45](https://github.com/getgrav/grav-plugin-devtools/issues/45)
  89. # v1.2.3
  90. ## 06/20/2019
  91. 1. [](#improved)
  92. * pure-blank: Use new 'deferred' blocks for header
  93. * pure-blank: Use `home_url` variable
  94. * pure-blank: Improved `README.md.twig`
  95. # v1.2.2
  96. ## 04/21/2019
  97. 1. [](#bugfix)
  98. * Add Github username field to new-theme template [#39](https://github.com/getgrav/grav-plugin-devtools/pull/39)
  99. # v1.2.1
  100. ## 08/04/2018
  101. 1. [](#bugfix)
  102. * Fixed incorrect folder name as a result of renaming typo of `inheritence` to `inheritance` [#32](https://github.com/getgrav/grav-plugin-devtools/issues/32)
  103. # v1.2.0
  104. ## 07/25/2018
  105. 1. [](#new)
  106. * Internationalization for blank plugin component [#30](https://github.com/getgrav/grav-plugin-devtools/issues/30)
  107. 1. [](#improved)
  108. * Added a new check for reserved PHP words [#7](https://github.com/getgrav/grav-plugin-devtools/issues/7)
  109. * Improved regex for valid emails [#21](https://github.com/getgrav/grav-plugin-devtools/issues/21)
  110. 1. [](#bugfix)
  111. * Fix broken renaming when doing a theme 'copy'
  112. * Typos [#31](https://github.com/getgrav/grav-plugin-devtools/pull/31)
  113. # v1.1.1
  114. ## 03/29/2018
  115. 1. [](#bugfix)
  116. * Fixed theme inheritance bug [#25](https://github.com/getgrav/grav-plugin-devtools/pull/25)
  117. # v1.1.0
  118. ## 03/29/2018
  119. 1. [](#new)
  120. * Added new Theme `copy` option to create a new theme from another
  121. 1. [](#improved)
  122. * Stop flushing GPM cache on each call to speed things up considerably!
  123. 1. [](#bugfix)
  124. * Updated README.md [#23](https://github.com/getgrav/grav-plugin-devtools/pull/23)
  125. * Properly extend Theme or Plugin [#24](https://github.com/getgrav/grav-plugin-devtools/pull/24)
  126. # v1.0.8
  127. ## 10/02/2017
  128. 1. [](#bugfix)
  129. inherited theme is after new theme [#9](https://github.com/getgrav/grav-plugin-devtools/issues/9)
  130. # v1.0.7
  131. ## 10/02/2017
  132. 1. [](#bugfix)
  133. * Various fixes for things that broke with the blueprint generation PR [#20](https://github.com/getgrav/grav-plugin-devtools/issues/20)
  134. # v1.0.6
  135. ## 09/28/2017
  136. 1. [](#new)
  137. * Added blueprint generation [#17](https://github.com/getgrav/grav-plugin-devtools/pull/17)
  138. 1. [](#improved)
  139. * changed Pure CDN location [#19](https://github.com/getgrav/grav-plugin-devtools/pull/19)
  140. 1. [](#bugfix)
  141. * Fixed readme referencing `githubid` [#13](https://github.com/getgrav/grav-plugin-devtools/pull/13)
  142. # v1.0.5
  143. ## 02/26/2017
  144. 1. [](#improved)
  145. * Added GitHub ID prompt [#5](https://github.com/getgrav/grav-plugin-devtools/pull/5)
  146. 1. [](#bugfix)
  147. * Added missing closing html tag [#12](https://github.com/getgrav/grav-plugin-devtools/pull/12)
  148. # v1.0.4
  149. ## 10/19/2016
  150. 1. [](#improved)
  151. * More complete README.md
  152. * Typo in Error template
  153. # v1.0.3
  154. ## 09/16/2016
  155. 1. [](#bugfix)
  156. * Removed `Theme` from theme's class causing events to not process - https://github.com/getgrav/grav/issues/1047
  157. * Typo in README.md
  158. # v1.0.2
  159. ## 07/20/2016
  160. 1. [](#bugfix)
  161. * Removed old `header.html.twig`
  162. # v1.0.1
  163. ## 05/06/2016
  164. 1. [](#bugfix)
  165. * Fix for Grav 1.0.x
  166. # v1.0.0
  167. ## 04/19/2016
  168. 1. [](#new)
  169. * ChangeLog started...