Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

jsonfeed-to-atom

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jsonfeed-to-atom - npm Package Compare versions

Comparing version 1.2.0 to 1.2.1

123

CHANGELOG.md

@@ -1,28 +0,113 @@

# jsonfeed-to-atom Change Log
# Changelog
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).
## 1.1.3 - 2018-07-13
* Map icon field.
* Reduce dependencies (🙏 [@feross](https://github.com/feross))
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## 1.1.2 - 2018-05-25
* Fix enclosure tags [#3](https://github.com/bcomnes/jsonfeed-to-atom/pull/3) Thanks [@xriss](https://github.com/xriss)
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
## 1.1.1 - 2018-04-15
* Fix tests during release stage
## [v1.2.1](https://github.com/bcomnes/jsonfeed-to-atom/compare/v1.2.0...v1.2.1) - 2020-09-07
## 1.1.0 - 2018-04-15
* Add atom feed url modifier function to a new options argument
### Commits
## 1.0.3 - 2018-04-15
* Fix breaking tests on release
- chore: add autochangelog [`c7cc9be`](https://github.com/bcomnes/jsonfeed-to-atom/commit/c7cc9be743f850f8832adcd693e5caf153b9e08b)
## 1.0.2 - 2018-04-15
* Added some JSDocs
## [v1.2.0](https://github.com/bcomnes/jsonfeed-to-atom/compare/v1.1.4...v1.2.0) - 2020-09-07
## 1.0.1 - 2018-04-14
* A few more log compatibility improvements
### Merged
## 1.0.0 - 2018-04-14
* init
- Bump actions/checkout from v1 to v2.3.2 [`#21`](https://github.com/bcomnes/jsonfeed-to-atom/pull/21)
- Bump actions/setup-node from v1 to v2.1.1 [`#22`](https://github.com/bcomnes/jsonfeed-to-atom/pull/22)
- Bump tape from 4.13.3 to 5.0.1 [`#20`](https://github.com/bcomnes/jsonfeed-to-atom/pull/20)
### Commits
- chore: update CI infrastructure [`908627b`](https://github.com/bcomnes/jsonfeed-to-atom/commit/908627bce56cdc441c33bcc324f202170a9104de)
- chore: update snapshots [`f1cfb43`](https://github.com/bcomnes/jsonfeed-to-atom/commit/f1cfb437e3f91e9b7b39a3ac3bd198d644cdb812)
- chore: clean up ci [`504f72d`](https://github.com/bcomnes/jsonfeed-to-atom/commit/504f72d6adffd9e74565bff6697630aa724911b4)
## [v1.1.4](https://github.com/bcomnes/jsonfeed-to-atom/compare/v1.1.3...v1.1.4) - 2020-08-13
### Merged
- fix options (closes #17) [`#18`](https://github.com/bcomnes/jsonfeed-to-atom/pull/18)
- Update nyc to the latest version 🚀 [`#10`](https://github.com/bcomnes/jsonfeed-to-atom/pull/10)
- Update xmlbuilder to the latest version 🚀 [`#12`](https://github.com/bcomnes/jsonfeed-to-atom/pull/12)
- Update dependencies to enable Greenkeeper 🌴 [`#9`](https://github.com/bcomnes/jsonfeed-to-atom/pull/9)
### Fixed
- Merge pull request #18 from Zambonifofex/master [`#17`](https://github.com/bcomnes/jsonfeed-to-atom/issues/17)
### Commits
- deps [`56177e4`](https://github.com/bcomnes/jsonfeed-to-atom/commit/56177e4505838ac25b6c347296c00a20fdda02e1)
- chore(package): update dependencies [`4955d8a`](https://github.com/bcomnes/jsonfeed-to-atom/commit/4955d8aab04f3297e53072e94cb367af7c8162de)
- fix options [`cf5f6a9`](https://github.com/bcomnes/jsonfeed-to-atom/commit/cf5f6a9b2fd55454d98f8e7f930be39b10f1a00f)
## [v1.1.3](https://github.com/bcomnes/jsonfeed-to-atom/compare/v1.1.2...v1.1.3) - 2018-07-13
### Merged
- Add <logo> to output XML [`#7`](https://github.com/bcomnes/jsonfeed-to-atom/pull/7)
- Use built-in String.prototype.trim() [`#6`](https://github.com/bcomnes/jsonfeed-to-atom/pull/6)
### Commits
- Add reference feeds [`5f38e96`](https://github.com/bcomnes/jsonfeed-to-atom/commit/5f38e96b7752ba896554c8a8569f4fc3bf3b616b)
- Delete df.html [`563d372`](https://github.com/bcomnes/jsonfeed-to-atom/commit/563d372480f4375a45aa0d06e94cd76160abe699)
- Changelog [`d8675ed`](https://github.com/bcomnes/jsonfeed-to-atom/commit/d8675ed4e70c3b26c354f967de6b51dc6f0a5b87)
## [v1.1.2](https://github.com/bcomnes/jsonfeed-to-atom/compare/v1.1.1...v1.1.2) - 2018-05-25
### Commits
- Update snapshots [`2f28552`](https://github.com/bcomnes/jsonfeed-to-atom/commit/2f28552fe6c296366021e7c52450522ab539e254)
- attachements should map to enclosure attributes [`67ed0f7`](https://github.com/bcomnes/jsonfeed-to-atom/commit/67ed0f7134cae6d1b67cd3591fe80d7589962d52)
- changelog [`b5b6cc7`](https://github.com/bcomnes/jsonfeed-to-atom/commit/b5b6cc7120f3249680e9f435ef72098d182393f4)
## [v1.1.1](https://github.com/bcomnes/jsonfeed-to-atom/compare/v1.1.0...v1.1.1) - 2018-04-15
### Commits
- Fix tests on release [`5c3d616`](https://github.com/bcomnes/jsonfeed-to-atom/commit/5c3d6163f6c15050196dda5e3df1d2602e8cd209)
## [v1.1.0](https://github.com/bcomnes/jsonfeed-to-atom/compare/v1.0.3...v1.1.0) - 2018-04-15
### Commits
- More coverage [`dd37af9`](https://github.com/bcomnes/jsonfeed-to-atom/commit/dd37af9cab58220f32e7d3b53895ea06b03877d4)
- Cover it all! [`2553da7`](https://github.com/bcomnes/jsonfeed-to-atom/commit/2553da77e0c3c792cb6fe63f8e41994d69f799b2)
- Add atom feed url function option [`ead6b71`](https://github.com/bcomnes/jsonfeed-to-atom/commit/ead6b71f33c31986bb0d4fec46c709e8df55480e)
## [v1.0.3](https://github.com/bcomnes/jsonfeed-to-atom/compare/v1.0.2...v1.0.3) - 2018-04-15
### Commits
- Update snapshot and post version [`553fb35`](https://github.com/bcomnes/jsonfeed-to-atom/commit/553fb35f6013676d6d507b50ce19304c5610f967)
- JSON feed icon [`fa0054e`](https://github.com/bcomnes/jsonfeed-to-atom/commit/fa0054e7358fb4a9681e85353f8cc9d53f020fcd)
- Add icon [`311e1a7`](https://github.com/bcomnes/jsonfeed-to-atom/commit/311e1a755e09a4fca74b57b59660856f02c24c3d)
## [v1.0.2](https://github.com/bcomnes/jsonfeed-to-atom/compare/v1.0.1...v1.0.2) - 2018-04-15
### Commits
- Playing around with JSDoc [`9b0ec99`](https://github.com/bcomnes/jsonfeed-to-atom/commit/9b0ec99116a5545d53e3817ea9b3e72ba91fa7ae)
- Fix failing test [`3dd8296`](https://github.com/bcomnes/jsonfeed-to-atom/commit/3dd8296a99d79b011cb770f494da64f0bd159bfe)
## [v1.0.1](https://github.com/bcomnes/jsonfeed-to-atom/compare/v1.0.0...v1.0.1) - 2018-04-14
### Commits
- Deps [`42e8b06`](https://github.com/bcomnes/jsonfeed-to-atom/commit/42e8b06cd79e5a7d71f6c3be6a3806559b8b6a81)
- Remove the xml:base attributes [`be634df`](https://github.com/bcomnes/jsonfeed-to-atom/commit/be634df4c88ad3610af0ee5fce6d591b2bf3274e)
- Fix author and external_url mapping [`7c48f3d`](https://github.com/bcomnes/jsonfeed-to-atom/commit/7c48f3d8bb5e3940efeea8f97e34d3014e44df58)
## v1.0.0 - 2018-04-14
### Commits
- Initial commit [`92b4f0d`](https://github.com/bcomnes/jsonfeed-to-atom/commit/92b4f0da033d64cd4fc3fd17662cf1dc95a53469)
- Add coverage reporting [`b380e28`](https://github.com/bcomnes/jsonfeed-to-atom/commit/b380e28ed69d494a37e8080c53cea2742e39ab3c)
- Initial commit [`cac89cc`](https://github.com/bcomnes/jsonfeed-to-atom/commit/cac89ccf444b0c904daea21044f3324cef30275f)

6

package.json
{
"name": "jsonfeed-to-atom",
"description": "Convert a JSON feed to an atom feed",
"version": "1.2.0",
"version": "1.2.1",
"author": "Bret Comnes",

@@ -14,2 +14,3 @@ "bugs": {

"devDependencies": {
"auto-changelog": "^2.0.0",
"@tap-format/spec": "^0.2.0",

@@ -44,4 +45,5 @@ "dependency-check": "^4.1.0",

"update": "node generate-snapshot.js",
"version": "run-s update && git add snapshot.xml snapshot.json"
"version": "run-s update && auto-changelog -p --template keepachangelog auto-changelog --breaking-pattern 'BREAKING:' && git add CHANGELOG.md snapshot.xml snapshot.json",
"prepublishOnly": "git push --follow-tags && gh-release"
}
}

@@ -34,3 +34,3 @@ {

"@uri": "https://github.com/bcomnes/jsonfeed-to-atom#readme",
"@version": "1.2.0",
"@version": "1.2.1",
"#text": "jsonfeed-to-atom"

@@ -37,0 +37,0 @@ },

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc