Skip to content

Tests!, bug fixes, DX improvements

Compare
Choose a tag to compare
@KyleAMathews KyleAMathews released this 09 Apr 21:09
· 21271 commits to master since this release

New tests!

@benstepp waded into the center of Gatsby and refactored one of the core functions AND setup a test framework AND added a number of tests. Awesome! #232

Bug fixes

Developer Experience (DX) improvements

  • @michaeljdeeb added a check that hard-coded paths in pages have a path prefix. This is a problem that's bit several people as it's easy to miss #223. Invariants are awesome!
  • @alehlopeh added a new cli command gatsby serve-build so you can easily check that your built site is working as expected. #237

Thanks everyone!