sfcode
An Online Competing and Development Environment
Release history

Guiding Principles

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

<details>

  • Changelogs are for humans, not machines.
  • There should be an entry for every single version.
  • The same types of changes should be grouped.
  • Versions and sections should be linkable.
  • The latest version comes first.
  • The release date of each versions is displayed.
  • Mention whether you follow Semantic Versioning.

</details>

<details>

Types of changes

Changelog entries are classified using the following labels _(from keep-a-changelog_):

  • Added for new features.
  • Changed for changes in existing functionality.
  • Deprecated for soon-to-be removed features.
  • Removed for now removed features.
  • Fixed for any bug fixes.
  • Security in case of vulnerabilities.

</details>

<a href="https://github.com/jonschlinkert/define-property/compare/1.0.0...2.0.0">2.0.0</a> - 2017-04-20

Changed

<a href="https://github.com/jonschlinkert/define-property/compare/0.2.5...1.0.0">1.0.0</a> - 2017-04-20

  • stable release

<a href="https://github.com/jonschlinkert/define-property/compare/0.2.3...0.2.5">0.2.5</a> - 2015-08-31

  • use is-descriptor

<a href="https://github.com/jonschlinkert/define-property/compare/0.2.2...0.2.3">0.2.3</a> - 2015-08-29

  • check keys length

<a href="https://github.com/jonschlinkert/define-property/compare/0.2.1...0.2.2">0.2.2</a> - 2015-08-27

  • ensure val is an object

<a href="https://github.com/jonschlinkert/define-property/compare/0.2.0...0.2.1">0.2.1</a> - 2015-08-27

  • support functions

<a href="https://github.com/jonschlinkert/define-property/compare/0.1.3...0.2.0">0.2.0</a> - 2015-08-27

  • support get/set
  • update docs

[0.1.0] - 2015-08-12

  • first commit