201 Commits

Author SHA1 Message Date
Olivier Lacan
372529ef0e Merge pull request #50 from RickyCook/iso-standard-date
Add ISO date note, and link
2015-02-16 13:15:29 +01:00
Ricky Cook
5743ff6a7e Update index.html with changes 2015-02-16 16:28:19 +11:00
Ricky Cook
70772a5d39 Add ISO date note, and link 2015-02-16 16:14:30 +11:00
Olivier Lacan
88880bb548 Merge pull request #45 from ngoldman/patch-1
fix `unreleased` link
2015-02-16 01:40:29 +01:00
Olivier Lacan
4ccc16e878 Merge pull request #48 from ravage84/patch-1
Add note about adhering to SemVer
2015-02-06 12:39:06 +01:00
Marc Würth
4283ef7343 Add note about adhering to SemVer
Closes #213
2015-02-06 12:31:24 +01:00
Nate Goldman
698d21bfd4 fix unreleased link
was pointing to a different repo
2015-01-12 10:04:09 -08:00
Olivier Lacan
da4f75dd8a Fix broken compare links between each release.
Inspired by @nbibler's CHANGELOG on codeschool/rapporteur:
https://github.com/codeschool/rapporteur/blob/master/CHANGELOG.md
2014-12-13 01:45:42 -05:00
Olivier Lacan
5bcd122645 Fix atrociously mangled heading links. 2014-12-13 01:30:37 -05:00
Olivier Lacan
b31e00083c Lay off the Brits.
Apparently (#23), Brits don't pronounce dates the way I thought.
This doesn't change the fact that they write them entirely differently
than they pronounce them.

http://cdn3.whatculture.com/wp-content/uploads/2014/06/Ian-McKellen-happy.gif
2014-12-12 21:38:44 -05:00
Olivier Lacan
858873f7cc Add anchor links for each section.
This should help people link to specific sections of the page.
2014-12-12 21:33:03 -05:00
Olivier Lacan
4695384c3f Fix yanked section markup. 2014-12-12 21:05:47 -05:00
Olivier Lacan
99cbab5c4f Update index for yanked releases section 2014-12-12 21:03:39 -05:00
Olivier Lacan
0417b6b4e8 Add README section on 'yanked' releases. v0.0.6 2014-12-12 21:01:46 -05:00
Olivier Lacan
82d507f0b9 Update Redcarpet and pry. 2014-12-12 20:54:37 -05:00
Olivier Lacan
6a91ca077c Add XKCD link to README.md instead of index.html
In #40, the link was added to the index.html file when it should have
been added to README.md instead.
2014-12-12 20:43:53 -05:00
Olivier Lacan
0aed0ca5ca Merge pull request #39 from gintsmurans/gh-pages
Fix: Added "Changed" #37
2014-12-12 20:40:09 -05:00
Olivier Lacan
00c522f049 Add markdown links to version tags on version headers. v0.0.5 2014-12-12 20:35:12 -05:00
Olivier Lacan
191036be96 Merge pull request #40 from hannesvdvreken/gh-pages
Link to XKCD for date format argumentation
2014-12-12 20:26:48 -05:00
Hannes Van De Vreken
5ec3177578 Link to XKCD for date format argumentation 2014-12-04 12:54:52 +01:00
Gints Murāns
f47fdc6371 Fix: Added "Changed" #37 2014-12-01 22:01:23 +02:00
Olivier Lacan
73a753b083 Disambiguate contribution guidelines.
Fixes #32.
2014-10-22 00:21:08 +02:00
Olivier Lacan
83ce319959 Merge pull request #31 from masukomi/date_format_clarification
added to the date format section to explicitly state prefernce
2014-10-22 00:12:47 +02:00
Kay Rhodes
2cb77900d3 added to the date format section to explicitly state prefernce
* regenerated index.html via thor
2014-10-21 16:38:45 -04:00
Olivier Lacan
362464a5f2 Add a clear explanation about the CHANGELOG name.
I used to refer exclusively to a "CHANGELOG" instead of a much more
elegant "change log", so I expanded the section about naming to
explain the difference and add a bit of historical information about
why these files are so shouty.
2014-08-31 22:29:31 -04:00
Olivier Lacan
3d8f5ac155 Use iframe pointing to CHANGELOG instead of image.
The static image was a stop-gap to give people a visual rendition of a
raw CHANGELOG file. I find this iframe solution much more satisfying
because it allows people to scroll around the CHANGELOG file.

It's also a LOT easier to maintain since... I don't have to update the
image ever again. Wee!
2014-08-31 22:10:36 -04:00
Olivier Lacan
d63e8258bc Some changes to sections and references.
Including sections with no notables changes by putting a single
"- Nothing." entry was a bad idea because for every single release this
created a ton of noise. My only gripe with this decision is that users
now have to assume that — for instance — the "Deprecated" section
was intentionally left out because it contained nothing, while it's quite
possible that they maintainers may not have deemed deprecations
worthy of a change log entry. That's a problem because it makes
expectations hard to manage.

Another change I've made is that I now refer to a "change log" (lower case, two words) instead of a "CHANGELOG" (uppercase, one word)
because I've released that the file is named "CHANGELOG" but the
purpose of the file matters more than its name. Moreover the previous
spelling made for awkward sentences and style.
v0.0.4
2014-08-31 22:09:42 -04:00
Olivier Lacan
795bb2d7fe Merge pull request #17 from Zearin/editorconfig
Readme tweaks
2014-08-18 17:08:14 +02:00
Zearin
8b9ec705a1 Regenerate index.html 2014-08-18 11:03:56 -04:00
Zearin
ceb9cfeb34 Add .editorconfig 2014-08-18 11:01:37 -04:00
Olivier Lacan
6a0a29bc51 Merge pull request #16 from Zearin/README-tweaks
Readme tweaks
2014-08-18 16:53:54 +02:00
Zearin
2765908834 Minor markup tweak 2014-08-18 10:49:30 -04:00
Zearin
b845d921d9 Reorganized “What makes a good CHANGELOG?”
- Reordered bullets to go from general ▶︎ specific (that is, overall/document guidelines ▶︎ per-version guidelines)
- Edited phrasing of bullets for clarity (and a slightly more “instructions”- or “checklist”-like tone)
2014-08-18 10:48:33 -04:00
Olivier Lacan
82524f59e7 Merge pull request #12 from nathanl/patch-1
Propose way to minimize the effort required
2014-08-15 22:48:55 +02:00
Olivier Lacan
c717fb6951 Merge pull request #13 from Zearin/README
Various README updates
2014-08-15 22:47:59 +02:00
Zearin
b0d2febbc0 Assorted minor edits for grammar, phrasing, clarity, and formatting 2014-08-15 10:31:44 -04:00
Zearin
cce62329d5 Remove unnecessary trailing slash (TLDs don’t need them) 2014-08-15 10:21:15 -04:00
Zearin
1c6e8b18ea Tweak markup 2014-08-15 10:19:41 -04:00
Zearin
697dd6efeb Use unicode ™ character. (It’s 2014. Don’t be afraid of modern character encodings!) 2014-08-15 10:19:31 -04:00
Zearin
e028484155 Use reference-style links for oft-repeated links 2014-08-15 10:15:58 -04:00
Nathan Long
665a16d722 Propose way to minimize the effort required 2014-08-14 16:55:50 -04:00
Olivier Lacan
ee6ac5e1c2 Merge pull request #9 from ravinggenius/patch-1
Fix British date format example
2014-08-15 05:44:29 +09:00
Olivier Lacan
d67943a6e9 Merge pull request #10 from Zearin/patch-1
Use smart quotes in README.md
2014-08-15 05:43:12 +09:00
Tony
c989399bb1 Use smart quotes in README.md
Why?

- smart quotes are prettier 
- they also read easier
- the document was using a mix of smart- and straight-quotes anyway
- (It doesn’t matter in this document, but…) in documents with code examples, smart quotes in comments and body text keep text editors from confusing them with quotes in code
- smart quotes add polish (and credibility)—important for “call to action” documents like this ☺
2014-08-14 15:06:44 -04:00
Thomas Ingram
2e226d02d6 Fix British date format example 2014-08-13 18:33:25 -04:00
Olivier Lacan
970338d437 Add "Why should I care?" section and mention The Changelog.
I figured adding this section was notable enough to make a new
CHANGELOG entry as well.

The podcast is a bit long so I don't expect people new to this project
to actually listen to it right away but it would be good to extract
some of the good points made on the show into more fuel to the fire.
v0.0.3
2014-08-09 20:22:13 +09:00
Olivier Lacan
b8225fee7d Explain how to regenerate index.html 2014-07-10 23:53:53 -04:00
Olivier Lacan
f3745cd822 Add recommendantion for reverse chronological ordering.
Also bump version to 0.0.2 as a good excuse to show an example of
this reverse chronological ordering.
v0.0.2
2014-07-10 23:40:02 -04:00
Olivier Lacan
d6b0c09cb7 Merge pull request #3 from adamvduke/patch-1
fix spelling mistake
2014-06-27 02:48:13 +02:00
Adam Duke
578bcd9827 fix spelling mistake 2014-06-26 15:34:35 -07:00